14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
36 global::System.GC.SuppressFinalize(
this);
39 protected virtual void Dispose(
bool disposing) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
46 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
75 OdDbStub ret = (cPtr == global::System.IntPtr.Zero) ?
null :
new OdDbStub(cPtr,
false);
static global::System.Exception Retrieve()
static void OdGiDrawableDesc_markToSkip(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdGiDrawableDesc_nDrawableFlags_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void OdGiDrawableDesc_markBySelection(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static UInt32 OdGiDrawableDesc_nDrawableDescFlags_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiDrawableDesc_pParent_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiDrawableDesc_markBySubGeometry(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdGiDrawableDesc_pParent_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdGiDrawableDesc_pTransientDrawable_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiDrawableDesc_isMarkedToSkip(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiDrawableDesc_isMarkedToBreak(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiDrawableDesc_markForForcedSelection(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdGiDrawableDesc_markToBreak(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void delete_OdGiDrawableDesc(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiDrawableDesc_pTransientDrawable_set(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdGiDrawableDesc_persistId_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiDrawableDesc_isMarkedByGeometry(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiDrawableDesc_isMarkedForForcedSelection(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiDrawableDesc_markByGeometry(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static UInt32 OdGiDrawableDesc_nDrawableFlags_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiDrawableDesc_persistId_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiDrawableDesc_nDrawableDescFlags_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static bool OdGiDrawableDesc_isMarkedBySubSelection(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiDrawableDesc_isMarkedBySubGeometry(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiDrawableDesc_isMarkedBySelection(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiDrawableDesc_markBySubSelection(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static HandleRef getCPtr(OdDbStub obj)
bool isMarkedForForcedSelection()
virtual void Dispose(bool disposing)
void markForForcedSelection(bool val)
void markToSkip(bool skip)
bool isMarkedBySelection()
void markByGeometry(bool val)
bool isMarkedBySubSelection()
UInt32 nDrawableDescFlags
bool isMarkedBySubGeometry()
void markToBreak(bool val)
void markBySelection(bool val)
OdGiDrawableDesc(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdGiDrawableDesc obj)
OdGiDrawable pTransientDrawable
void markBySubGeometry(bool val)
bool isMarkedByGeometry()
@ kMarkedForForcedSelection
void markBySubSelection(bool val)
static HandleRef getCPtr(OdGiDrawable obj)