*BeginCrossSectionPlanar()

Indicates the beginning of a cross section planar type.

Syntax

*BeginCrossSectionPlanar (id, label, mode, visibility)

Application

HyperView

Substatements

*SectionType()

*Orientation()

*Base()

*Color()

*OverrideColor()

*GridLineVisibility()

*GridTextVisibility()

*GridLineSpacing()

*GridTextPrecision()

*ClipElements()

*ComponentSet()

*CrossSectionDisplayMethod()

*Radius()

*XHEV()

*YHEV()

*ZHEV()

*LENL()

*LENM()

*ITYPE_ID()

*ITYPE()

Inputs

id
The cross section ID.
label
The cross section label.
mode
PlanarSection
Non-deformable planar cross section plane.
NonPlanarSection
Defines a deformable cross section plane.
visibility
On
Displays the cutting plane.
Off
Turns off the display of the cutting plane.

Context

*BeginModel()

Example

*BeginCrossSectionPlanar(1, "Front_Bmpr", "PlanarSection", "On")
	*SectionType("CrossSection", "0", "Above", "Planar", "NoAutoReverse")
       *Orientation("YAxis", 0, 1, 0)
       *Base("152.357", "40.4814", "564.234")
       *Color("0 0 255")
       *OverrideColor("CustomColor")
       *ClipElements("On")
       *PlaneVisibility("On")
       *ComponentSet("1 SET_PART 8")
       *CrossSectionDisplayMethod("No Clip")
       *Radius(0)
       *XHEV(153.357)
       *YHEV(40.4814)
       *ZHEV(567.234)
       *LENL(0)
       *LENM(0)
       *ITYPE_ID(0)
       *ITYPE(0)
*EndCrossSectionPlanar()