*EndCrossSectionPlanar()
Specifies the end of a cross section planar type.
Syntax
*EndCrossSectionPlanar()
Application
HyperView
Context
*BeginModel()
Example
*BeginCrossSectionPlanar("Front_Bmpr", "PlanarSection", "On")
       *ID(1)
       *SectionType("CrossSection", "0", "Above", "Planar", "NoAutoReverse")
       *Orientation("YAxis", 0, 1, 0)
       *Base("152.357", "40.4814", "564.234")
       *Color("0 0 255")
       .
       .
       .
*EndCrossSectionPlanar()