*laminates()
Starts a laminate block.
Syntax
*laminates (card_image_name)
Type
HyperMesh Template Command
Description
Starts a laminate block. Laminates with a card image matching the specified card image name are considered for the block.
This command must be accompanied by an *output() command at the end of the block.
Inputs
- card_image_name
- A 32-character string enclosed in double quotes that defines the card image name of the laminates. If specified as double quotes "", all laminates are considered for the block.
Example
To write out all laminates with the format:
*laminate(id,"name",color)
*laminates("")
*format()
*string("*laminate(")
*field(integer,id,0)
*string(",")
*field(quotedstring,name,0)
*string(",")
*field(integer,color,0)
*string(")")
*end()
*output()
Version History
11.0