Enum ViewportStatusFlags
viewport status flags
Namespace: netDxf.Entities
Assembly: CADability.dll
Syntax
[Flags]
public enum ViewportStatusFlags
Fields
| Name | Description |
|---|---|
| AdaptiveGridDisplay | Enable adaptive grid display. |
| BackClipping | Enables back clipping. |
| CurrentlyAlwaysEnabled | Currently always enabled. |
| DisplayGridBeyondDrawingLimits | Enables the display of the grid beyond the drawing limits. |
| FastZoom | Enables fast zoom. |
| FrontClipNotAtEye | Enables front clip not at eye. |
| FrontClipping | Enables front clipping. |
| GridMode | Enables grid mode. |
| HidePlotMode | Enables hide plot mode. |
| IsometricSnapStyle | Enables isometric snap style. |
| IsoPairRight | If set and IsoPairTop is not set, then isopair right is enabled. |
| IsoPairTop | If set and IsoPairRight is not set, then isopair top is enabled. If both IsoPairTop and IsoPairRight are set, then isopair left is enabled |
| NonRectangularClipping | Enables non-rectangular clipping. |
| PerspectiveMode | Enables perspective mode. |
| SnapMode | Enables snap mode. |
| SubdivisionGridBelowSpacing | Enables subdivision of the grid below the set grid spacing when the grid display is adaptive. |
| UcsFollow | Enables UCS follow. |
| UcsIconAtOrigin | Enables UCS icon at origin. |
| UcsIconVisibility | Enables UCS icon visibility. |
| ViewportOff | Turns the viewport off. |
| ViewportZoomLocking | Enables viewport zoom locking. |