*BeginCrossSectionSetType()

Indicates the beginning of a cross section set type.

Syntax

*BeginCrossSectionSetType (id, label, visibility)

Application

HyperView

Substatements

*NSID()

*SSID()

*HSID()

*BSID()

*TSID()

*DSID()

*ITYPE_ID()

*ITYPE()

Inputs

id
The cross section ID.
label
The cross section label.
visibility
On
Displays the cutting plane.
Off
Turns off the display of the cutting plane.

Context

*BeginModel()

Example

*BeginCrossSectionSetType(3, "crosssection1", "Off")
       *NSID("1 SET_NODE 5")
       *SSID("1 SET_SHELL 6")
       *ITYPE_ID(0)
       *ITYPE(0)
*EndCrossSectionSetType()