Enum ViewModeFlags
Namespace: netDxf.Tables
Assembly: CADability.dll
Syntax
[Flags]
public enum ViewModeFlags
Fields
| Name | Description |
|---|---|
| BackClippingPlane | Back clipping on. |
| FrontClipNotAtEye | Front clip not at eye. If on, the front clip distance (FRONTZ) determines the front clipping plane. If off, FRONTZ is ignored, and the front clipping plane is set to pass through the camera point (vectors behind the camera are not displayed). This flag is ignored if the front-clipping bit (2) is off. |
| FrontClippingPlane | Front clipping on. |
| Off | Turned off. |
| Perspective | Perspective view active. |
| UCSFollow | UCS Follow mode on. |