*SectionType()
Indicates the section type settings for the section cut.
Syntax
*SectionType (type, value, reverse)
Application
HyperView
Inputs
- type
- The plane used to cut a section. Options include clipping plane or cross section.
- value
- The width of the section.
- reverse
- Above or below.
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()