CutPlane object cuts the entire length of the 3D model being sectioned to generate a cross section view.
Syntax
<O T="CutPlane">
.
.
</O>
Attributes
Examples
Example 1
Attributes specified above with zero (0) value need not to be included as it is their default value.
<O N="CutPlane 1" T="Project">
<O T="Surface">
<P N="Thickness" V="10" />
<O T="Point" X="-2" Y="2" />
<O T="Point" X="-2" Y="-2" />
<O T="Point" X="2" Y="-2" />
<O T="Point" X="2" Y="2" />
</O>
<O T="CutPlane" Z="Thickness/2" />
</O>
Example 2
<O N="CutPlane 2" T="Project">
<O T="Surface">
<P N="Thickness" V="10" />
<O T="Point" X="-2" Y="2" />
<O T="Point" X="-2" Y="-2" />
<O T="Point" X="2" Y="-2" />
<O T="Point" X="2" Y="2" />
</O>
<O T="CutPlane" Z="Thickness/2" RZ="PI/2" />
</O>