View3D.SetSectionBox
Description:
Sets the section box for this 3D view.
Sets the section box for this 3D view.
public void SetSectionBox(
BoundingBoxXYZ boundingBoxXYZ
)
-
boundingBoxXYZThe bounding box to use for the section box. To turn off the section box, set IsSectionBoxActive to false. Individual bound enabled flags in the input box are ignored.
-
Bounding box cannot be empty.
-
A non-optional argument was null
-
Returns true if the view is not a view template.