*CrossSectionDisplayMethod()
Method used to display a cross section.
Syntax
*CrossSectionDisplayMethod (method)
Application
HyperView
Inputs
- method
 - 
            
- "No Clip"
 - Do not clip the component set. Show plane, component set, and cross section.
 - "Clipping Plane"
 - Show plane and clip.
 - "Cross Section Only"
 - Show cross section only.
 
 
Context
*BeginCrossSectionPlanar()
Example
*BeginCrossSectionPlanar(1, "Front_Bmpr", "PlanarSection", "On")
       .
       *ComponentSet("1 SET_PART 8")
       *CrossSectionDisplayMethod("No Clip")
       .
       .
*EndCrossSectionPlanar()