View3D.GetSectionBox
Description:
Gets a copy of the section box for this 3D view.
Gets a copy of the section box for this 3D view.
Remarks:
The section box cuts the model in this view by its boundaries.
The section box cuts the model in this view by its boundaries.
public BoundingBoxXYZ GetSectionBox()
Transform
The section box. Note that the section box can be rotated and transformed and thus you will need to use Transform to
interpret the coordinates of the corners or sides of the box in model coordinates.
-
Returns true if the view is not a view template.