*plies()

Starts a ply block.

Syntax

*plies (card_image_name)

Type

HyperMesh Template Command

Description

Starts a ply block. Plies with a カードイメージ matching the specified カードイメージ 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 カードイメージ name of the plies. If specified as double quotes "", all plies are considered for the block.

Example

To write out all plies with the format:

*ply(id,"name",color)

*plies("")
*format()
*string("*ply(")
*field(integer,id,0)
*string(",")
*field(quotedstring,name,0)
*string(",")
*field(integer,color,0)
*string(")")
   *end()
*output()

Version History

11.0