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);
static global::System.Exception Retrieve()
static bool OdGiSkyParameters_illumination(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiSkyParameters_intensityFactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiSkyParameters_diskIntensity(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiSkyParameters_diskScale(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiSkyParameters_aerialPerspective(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiSkyParameters_setAerialPerspective(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double OdGiSkyParameters_horizonHeight(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiSkyParameters_setHorizonBlur(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGiSkyParameters_setHaze(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGiSkyParameters_setVisibilityDistance(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGiSkyParameters_setRedBlueShift(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdGiSkyParameters_glowIntensity(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiSkyParameters_setNightColor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiSkyParameters_setIllumination(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdGiSkyParameters_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdGiSkyParameters(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiSkyParameters_nightColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiSkyParameters_setIntensityFactor(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGiSkyParameters_setSunDirection(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiSkyParameters_setGlowIntensity(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdGiSkyParameters_haze(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiSkyParameters_redBlueShift(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiSkyParameters_setDiskIntensity(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGiSkyParameters_setDiskScale(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdGiSkyParameters_visibilityDistance(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiSkyParameters_saturation(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiSkyParameters_sunDirection(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiSkyParameters_setSaturation(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGiSkyParameters_setSolarDiskSamples(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static void OdGiSkyParameters_setGroundColor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiSkyParameters_groundColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt16 OdGiSkyParameters_solarDiskSamples(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiSkyParameters_setHorizonHeight(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdGiSkyParameters_horizonBlur(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdCmEntityColor obj)
static HandleRef getCPtr(OdGeVector3d obj)
OdGeVector3d sunDirection()
virtual void Dispose(bool disposing)
void setIllumination(bool enable)
void setNightColor(OdCmEntityColor color)
void setAerialPerspective(bool apply)
void setRedBlueShift(double redBlueShift)
UInt16 solarDiskSamples()
void setGlowIntensity(double intensity)
OdCmEntityColor nightColor()
double visibilityDistance()
void setDiskScale(double scale)
bool IsEqual(OdGiSkyParameters params_)
void setHaze(double haze)
void setSunDirection(OdGeVector3d sundir)
void setHorizonHeight(double height)
void setHorizonBlur(double blur)
void setSolarDiskSamples(UInt16 samples)
void setDiskIntensity(double intensity)
OdCmEntityColor groundColor()
void setSaturation(double saturation)
void setGroundColor(OdCmEntityColor color)
static HandleRef getCPtr(OdGiSkyParameters obj)
void setVisibilityDistance(double distance)
OdGiSkyParameters(IntPtr cPtr, bool cMemoryOwn)
void setIntensityFactor(double intensity)