ClipPlane
Description:
A set of parameters representing a clip plane in DirectContext3D.
A set of parameters representing a clip plane in DirectContext3D.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.DirectContext3D.ClipPlane
System.Object
Autodesk.Revit.DB.DirectContext3D.ClipPlane
public class ClipPlane : IDisposable
| Name | Return Type | Description |
|---|---|---|
| ClipPlane(ClipPlane) | None | Constructs a copy of the clip plane. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Normal | XYZ | The plane's normal vector. |
| Origin | XYZ | The plane's origin. |