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);
168 if (ret_ptr == IntPtr.Zero)
170 int arrayLength = 257;
171 Int32[] ret_tmp_result =
new Int32[arrayLength];
172 Marshal.Copy(ret_ptr, ret_tmp_result, 0, arrayLength);
174 UInt32[] result =
Array.ConvertAll<Int32,UInt32>(ret_tmp_result,
new Converter<Int32, UInt32>((in_value) => {
return (UInt32)in_value; }));
static global::System.Exception Retrieve()
static global::System.IntPtr OdStlExportParams_setTextMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdStlExportParams_entities(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdStlExportParams_setPositiveOctant(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdStlExportParams_textMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdStlExportParams_setEntity(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdStlExportParams_setStream(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdStlExportParams_setPalette(global::System.Runtime.InteropServices.HandleRef jarg1, [In, MarshalAs(UnmanagedType.LPArray)]UInt32[] jarg2)
static double OdStlExportParams_deviation(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdStlExportParams_setDatabase(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdStlExportParams_addEntities(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdStlExportParams_setCorrectSolid(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static IntPtr OdStlExportParams_palette(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdStlExportParams(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdStlExportParams_database(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdStlExportParams_stream(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdStlExportParams_isValid(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdStlExportParams_setDeviation(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdStlExportParams_setUseColors(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdStlExportParams_positiveOctant(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdStlExportParams_useColors(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdStlExportParams_correctSolid(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdGiDrawable obj)
static HandleRef getCPtr(OdRxObject obj)
OdStlExportParams setUseColors(bool bUseColors)
OdStlExportParams setPalette(UInt32[] pPalette)
OdStlExportParams setStream(OdStreamBuf pOutStream)
OdStlExportParams(IntPtr cPtr, bool cMemoryOwn)
OdStlExportParams setEntity(OdGiDrawable pEntity)
OdStlExportParams addEntities(SWIGTYPE_p_OdArrayT_OdGiDrawable_const_p_t entities)
SWIGTYPE_p_OdArrayT_OdGiDrawable_const_p_t entities()
virtual void Dispose(bool disposing)
OdStlExportParams setCorrectSolid(bool bCorrectSolid)
OdStlExportParams setTextMode(bool bTextMode)
OdStlExportParams setPositiveOctant(bool bPositiveOctant)
OdStlExportParams setDeviation(double dDeviation)
static HandleRef getCPtr(OdStlExportParams obj)
OdStlExportParams setDatabase(OdRxObject pDb)
static HandleRef getCPtr(OdStreamBuf obj)