*BeginSectionCut() - HyperView

Indicates the beginning of a section cut block.

Syntax

*BeginSectionCut (label, mode, visibility)

Application

HyperView

Substatements

*Base()

*ClipElements()

*Color()

*DeformedTime()

*GridLineSpacing()

*GridLineVisibility()

*GridTextPrecision()

*GridTextVisibility()

*LineThickness()

*Orientation()

*OverrideColor()

*PlaneD()

*SectionType()

Inputs

label
The section cut label.
mode
NonPlanar Section
Defines a deformable section cut plane.
visibility
On
Displays the cutting plane.
Off
Turns off the display of the cutting plane.

Example

*BeginSectionCut("Section 1", "NonPlanarSection", On)
        *SectionType(CrossSection, 0.383854, Above)
        *SectionType(ClippingPlane, Above)
        *Orientation(YAxis, 0, 1, 0)
        *Base(0, 1.43968, 0)
        *PlaneD(1.43968)
        *Color(0, 0, 255)
        *OverrideColor(CustomColor)
        *DeformedTime(1.00000000)
        *GridLineVisibility("On")
        *GridTextVisibility("Off")
        *GridLineSpacing(320.161, 320.161)
        *GridTextPrecision("On")
        *ClipElements("On")
        *LineThickness("4")
*EndSectionCut()

Comments

This block captures your settings from the Section Cut panel in HyperView.