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.
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.
-
This DrawContext is not available because Revit is not currently rendering. In general, this DrawContext must be used in the scope of the RenderScene() callback of IDirectContext3DServer.
No comments yet. Start the discussion.
Loading…