14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
24 swigCPtr =
new HandleRef(
this, cPtr);
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
37 global::System.GC.SuppressFinalize(
this);
40 protected virtual void Dispose(
bool disposing) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
47 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeVector3d obj)
OdResult setCoplanarDirection(OdGeVector3d pDir)
static HandleRef getCPtr(OdDbBlendOptions obj)
void setSimplify(bool simplify)
OdDbBlendOptions Assign(OdDbBlendOptions rhs)
OdGeVector3d coplanarDirection()
OdDbBlendOptions.DriveModeType driveMode()
OdGePoint3d coplanarPoint()
OdResult setQuality(UInt32 val)
virtual void Dispose(bool disposing)
OdResult setCoplanarPoint(OdGePoint3d pPt)
OdResult setSolid(bool val)
OdDbBlendOptions(IntPtr cPtr, bool cMemoryOwn)
OdResult setDriveMode(OdDbBlendOptions.DriveModeType val)
static global::System.Exception Retrieve()
static global::System.IntPtr OdDbBlendOptions_coplanarPoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDbBlendOptions_coplanarDirection(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDbBlendOptions_solid(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDbBlendOptions_simplify(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdDbBlendOptions_setCoplanarPoint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDbBlendOptions_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbBlendOptions_setQuality(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static int OdDbBlendOptions_setDriveMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdDbBlendOptions_setSimplify(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static UInt32 OdDbBlendOptions_quality(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdDbBlendOptions_setCoplanarDirection(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbBlendOptions_setSolid(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static int OdDbBlendOptions_driveMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdDbBlendOptions(global::System.Runtime.InteropServices.HandleRef jarg1)