*sketches()
Starts a sketch output block. All the sketches are output according to the user-defined format in this block.
Syntax
*sketches ()
Type
HyperMesh Template Command
Description
Starts a sketch block.
Requires an *output() command at the end of the output block definition.
Example
To write out all sketches with the format:
*sketches(id,"name")
*sketches()
  *format()
    *string("*sketches(")
    *field(integer,id,0)
    *string(",")
    *field(quotedstring,name,0)
    *string(")")
    *end()
*output()Errors
Incorrect usage results in an import error.
Version History
2021.2