Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDbInputOptions.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 OdDbInputOptions {
14 kGptDefault = 0x00000000,
19 kGptNoLimCheck = 0x00000001,
20 kGptNoUCS = 0x00000002,
21 kGptRubberBand = 0x00000004,
22 kGptRectFrame = 0x00000008,
23 kGptBeginDrag = 0x00000010,
24 kGptEndDrag = 0x00000020,
25 kGptNoOSnap = 0x00000040,
26 kGanFromLastPoint = 0x00000080,
28 kGanNoAngBase = 0x00000100,
29 kGds2d = 0x00000200,
30 kGdsSignedDist = 0x00000400,
31 kGdsPerpDist = 0x00000800,
32 kGdsNoZero = 0x00001000,
36 kGdsNoNeg = 0x00002000,
39}
40
41}