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
96893785 8044 5f82 10fd 57935eaabfa1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Tables.ViewModeFlags"]
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
[FlagsAttribute]
public enum ViewModeFlagsVB
<FlagsAttribute>
Public Enumeration ViewModeFlagsC++
[FlagsAttribute]
public enum class ViewModeFlagsF#
[<FlagsAttribute>]
type ViewModeFlags| Off | 0 | Turned off. |
| Perspective | 1 | Perspective view active. |
| FrontClippingPlane | 2 | Front clipping on. |
| BackClippingPlane | 4 | Back clipping on. |
| UCSFollow | 8 | UCS Follow mode on. |
| FrontClipNotAtEye | 16 | 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. |