Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdGsViewProps.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.Core {
12
13public enum OdGsViewProps {
14 kVpID = 0x00000001,
15 kVpRegenType = 0x00000002,
16 kVpRenderMode = 0x00000004,
17 kVpWorldToEye = 0x00000008,
18 kVpPerspective = 0x00000010,
19 kVpResolution = 0x00000020,
20 kVpMaxDevForCircle = 0x00000040,
21 kVpMaxDevForCurve = 0x00000080,
22 kVpMaxDevForBoundary = 0x00000100,
23 kVpMaxDevForIsoline = 0x00000200,
24 kVpMaxDevForFacet = 0x00000400,
25 kVpCamLocation = 0x00000800,
26 kVpCamTarget = 0x00001000,
27 kVpCamUpVector = 0x00002000,
28 kVpCamViewDir = 0x00004000,
29 kVpViewport = 0x00008000,
30 kVpFrontBack = 0x00010000,
31 kVpFrozenLayers = 0x00020000,
32 kVpLtypeScaleMult = 0x00040000,
34 kVpAllProps = 0x0007FFFF
35}
36
37}