14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 swigCPtr =
new HandleRef(
this, cPtr);
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
static global::System.Exception Retrieve()
static global::System.IntPtr OdGiPointLightTraitsData_attenuation(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiPointLightTraitsData_load(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void OdGiPointLightTraitsData_setHemisphericalDistribution(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdGiPointLightTraitsData_position(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiPointLightTraitsData_setHasTarget(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdGiPointLightTraitsData_targetLocation(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiPointLightTraitsData_setPhysicalIntensity(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdGiPointLightTraitsData_hemisphericalDistribution(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiPointLightTraitsData_physicalIntensity(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiPointLightTraitsData_lampColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiPointLightTraitsData_setPosition(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGiPointLightTraitsData_hasTarget(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdGiPointLightTraitsData(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiPointLightTraitsData_setLampColor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiPointLightTraitsData_save(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void OdGiPointLightTraitsData_setAttenuation(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiPointLightTraitsData_setTargetLocation(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGiColorRGB obj)
static HandleRef getCPtr(OdGiLightAttenuation obj)
OdGiLightTraitsData.LightType type()
bool hemisphericalDistribution()
new void save(OdGsFiler pFiler)
void setTargetLocation(OdGePoint3d loc)
OdGiLightAttenuation attenuation()
OdGiPointLightTraitsData()
Teigha.Core.OdGePoint3d vb_position()
void setPhysicalIntensity(double intensity)
void setHemisphericalDistribution(bool bHemisphere)
void setHasTarget(bool bTarget)
OdGiPointLightTraitsData(IntPtr cPtr, bool cMemoryOwn)
Teigha.Core.OdGiLightTraitsData.LightType vb_type()
static HandleRef getCPtr(OdGiPointLightTraitsData obj)
override void Dispose(bool disposing)
new void load(OdGsFiler pFiler)
void setAttenuation(OdGiLightAttenuation atten)
double physicalIntensity()
void setPosition(OdGePoint3d pos)
OdGePoint3d targetLocation()
void setLampColor(OdGiColorRGB color)
static HandleRef getCPtr(OdGsFiler obj)