ViewportStatusFlags Enumeration
|
viewport status flags
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax [FlagsAttribute]
public enum ViewportStatusFlags
<FlagsAttribute>
Public Enumeration ViewportStatusFlags
[FlagsAttribute]
public enum class ViewportStatusFlags
[<FlagsAttribute>]
type ViewportStatusFlags
[FlagsAttribute]
enum ViewportStatusFlags
Members
| Member name | Value | Description |
---|
| PerspectiveMode | 1 |
Enables perspective mode.
|
| FrontClipping | 2 |
Enables front clipping.
|
| BackClipping | 4 |
Enables back clipping.
|
| UcsFollow | 8 |
Enables UCS follow.
|
| FrontClipNotAtEye | 16 |
Enables front clip not at eye.
|
| UcsIconVisibility | 32 |
Enables UCS icon visibility.
|
| UcsIconAtOrigin | 64 |
Enables UCS icon at origin.
|
| FastZoom | 128 |
Enables fast zoom.
|
| SnapMode | 256 |
Enables snap mode.
|
| GridMode | 512 |
Enables grid mode.
|
| IsometricSnapStyle | 1024 |
Enables isometric snap style.
|
| HidePlotMode | 2048 |
Enables hide plot mode.
|
| IsoPairTop | 4096 |
If set and IsoPairRight is not set, then isopair top is enabled. If both IsoPairTop and IsoPairRight are set, then isopair left is enabled
|
| IsoPairRight | 8192 |
If set and IsoPairTop is not set, then isopair right is enabled.
|
| ViewportZoomLocking | 16384 |
Enables viewport zoom locking.
|
| CurrentlyAlwaysEnabled | 32768 |
Currently always enabled.
|
| NonRectangularClipping | 65536 |
Enables non-rectangular clipping.
|
| ViewportOff | 131072 |
Turns the viewport off.
|
| DisplayGridBeyondDrawingLimits | 262144 |
Enables the display of the grid beyond the drawing limits.
|
| AdaptiveGridDisplay | 524288 |
Enable adaptive grid display.
|
| SubdivisionGridBelowSpacing | 1048576 |
Enables subdivision of the grid below the set grid spacing when the grid display is adaptive.
|
See Also