*ComponentSet()
Indicates the locator string to identify the set of components which are considered for a cross section.
Syntax
*ComponentSet (locator)
Application
HyperView
Inputs
- locator
 - The component set locator.
 
Context
*BeginCrossSectionPlanar()
Example
*BeginCrossSectionPlanar(1, "Front_Bmpr", "PlanarSection", "On")
       .
       *ComponentSet("1 SET_PART 8")
       *CrossSectionDisplayMethod("No Clip")
       .
       .
*EndCrossSectionPlanar()