This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
924cb447 de98 d61e abf0 353d9ed80368
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
viewport status flags
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
[FlagsAttribute]
public enum ViewportStatusFlagsVB
<FlagsAttribute>
Public Enumeration ViewportStatusFlagsC++
[FlagsAttribute]
public enum class ViewportStatusFlagsF#
[<FlagsAttribute>]
type ViewportStatusFlags| 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 | 1,024 | Enables isometric snap style. |
| HidePlotMode | 2,048 | Enables hide plot mode. |
| IsoPairTop | 4,096 | 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 | 8,192 | If set and IsoPairTop is not set, then isopair right is enabled. |
| ViewportZoomLocking | 16,384 | Enables viewport zoom locking. |
| CurrentlyAlwaysEnabled | 32,768 | Currently always enabled. |
| NonRectangularClipping | 65,536 | Enables non-rectangular clipping. |
| ViewportOff | 131,072 | Turns the viewport off. |
| DisplayGridBeyondDrawingLimits | 262,144 | Enables the display of the grid beyond the drawing limits. |
| AdaptiveGridDisplay | 524,288 | Enable adaptive grid display. |
| SubdivisionGridBelowSpacing | 1,048,576 | Enables subdivision of the grid below the set grid spacing when the grid display is adaptive. |