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