View3DGetSectionBox Method |
Gets a copy of the section box for this 3D view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic BoundingBoxXYZ GetSectionBox()
Public Function GetSectionBox As BoundingBoxXYZ
public:
BoundingBoxXYZ^ GetSectionBox()
member GetSectionBox : unit -> BoundingBoxXYZ
Return Value
BoundingBoxXYZ
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.
Exceptions
Remarks
The section box cuts the model in this view by its boundaries.
See Also