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 void OdSiRecursiveVisitor_setModelToWorld(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdSiRecursiveVisitor(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdSiRecursiveVisitor_worldToModel(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdSiRecursiveVisitor_resetQuery(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdSiRecursiveVisitor_query(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdSiRecursiveVisitor_setNodeToWorld(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdSiRecursiveVisitor_modelToWorld(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdSiRecursiveVisitor_setWorldToNode(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdSiRecursiveVisitor_nodeToWorld(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdSiRecursiveVisitor_setWorldToModel(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdSiRecursiveVisitor_worldToNode(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdGeMatrix3d obj)
void setWorldToModel(OdGeMatrix3d tf)
OdSiRecursiveVisitor(IntPtr cPtr, bool cMemoryOwn)
void setNodeToWorld(OdGeMatrix3d tf)
override void Dispose(bool disposing)
OdGeMatrix3d modelToWorld()
OdGeMatrix3d nodeToWorld()
void resetQuery(OdSiShape pQuery)
void setModelToWorld(OdGeMatrix3d tf)
OdGeMatrix3d worldToModel()
static HandleRef getCPtr(OdSiRecursiveVisitor obj)
void setWorldToNode(OdGeMatrix3d tf)
OdGeMatrix3d worldToNode()
global::System.Runtime.InteropServices.HandleRef GetInterfaceCPtr()