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