*curves()
Starts a curves block.
Syntax
*curves ()
Type
HyperMesh Template Command
Description
Starts a curves block.
This command must be accompanied by a *output() command at the end of the block.
Example
To write out all curves with the format:
*curve(id,"name","title")
*curve(id,"name","title")
*curves()
*format()
*string("*curve(")
*field(integer,id,0)
*string(",")
*field(quotedstring,name,0)
*string(",")
*field(quotedstring,title,0)
*string(")")
*end()
*output()