*Base()

Indicates the base node selection on the section cut.

Syntax

*Base (base_coords)

Application

HyperView

Inputs

base_coords
The base node coordinates.

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)
*EndSectionCut()

Comments

Captures the X, Y, and Z coordinates of the base node selection.