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);
138 MemoryManager mMan = MemoryManager.GetMemoryManager();
139 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
static global::System.Exception Retrieve()
static bool OdGiRenderEnvironmentTraitsData_isBackground(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiRenderEnvironmentTraitsData_setFarDistance(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGiRenderEnvironmentTraitsData_setEnable(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double OdGiRenderEnvironmentTraitsData_farDistance(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiRenderEnvironmentTraitsData_setEnvironmentMap(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void OdGiRenderEnvironmentTraitsData_setNearPercentage(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void delete_OdGiRenderEnvironmentTraitsData(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiRenderEnvironmentTraitsData_setFarPercentage(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static IntPtr OdGiRenderEnvironmentTraitsData_environmentMap(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiRenderEnvironmentTraitsData_fogColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiRenderEnvironmentTraitsData_enable(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiRenderEnvironmentTraitsData_nearPercentage(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiRenderEnvironmentTraitsData_setFogColor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiRenderEnvironmentTraitsData_setIsBackground(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double OdGiRenderEnvironmentTraitsData_nearDistance(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiRenderEnvironmentTraitsData_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdGiRenderEnvironmentTraitsData_farPercentage(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiRenderEnvironmentTraitsData_setNearDistance(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdGiRenderEnvironmentTraitsData_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static HandleRef getCPtr(OdCmEntityColor obj)
static HandleRef getCPtr(OdGiMaterialTexture obj)
OdGiMaterialTexture environmentMap()
void setFarPercentage(double farPct)
void setEnvironmentMap(OdGiMaterialTexture map)
OdGiRenderEnvironmentTraitsData(IntPtr cPtr, bool cMemoryOwn)
void setFogColor(OdCmEntityColor color)
static HandleRef getCPtr(OdGiRenderEnvironmentTraitsData obj)
void setNearDistance(double nearDist)
void setNearPercentage(double nearPct)
OdCmEntityColor fogColor()
virtual void Dispose(bool disposing)
bool IsNotEqual(OdGiRenderEnvironmentTraitsData data2)
bool IsEqual(OdGiRenderEnvironmentTraitsData data2)
void setFarDistance(double farDist)
void setEnable(bool bEnable)
OdGiRenderEnvironmentTraitsData()
void setIsBackground(bool bEnable)