*crosssections()

Starts a crosssections block.

Syntax

*crosssections ()

Type

HyperMesh Template Command

Description

Starts a crosssections block.

This command must be accompanied by a *output() command at the end of the block.

Example

To write out all crosssections with the format:

*crosssections(id,"name")

*crosssections()
*format()
*string("*crosssections(")
*field(integer,id,0)
*string(",")
*field(quotedstring,name,0)
*string(")")
*end()
*output()

Version History

14.0