<Code Lib>
2021 Method
Changes 0
M

DrawContext.GetClipPlanes

Description:
Gets the clipping planes for the Revit view where rendering takes place. Clipping planes control the 3D extent of a view and can be set using Section Box in Revit.

public static IList<ClipPlane> GetClipPlanes()

IList<ClipPlane> The array of clipping planes, which is empty if none are set.

Loading…