Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdSiRecursiveVisitor.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.Core {
12
13using System;
14using System.Runtime.InteropServices;
15
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 public OdSiRecursiveVisitor(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdSiRecursiveVisitor_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdSiRecursiveVisitor obj) {
26 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
27 }
28
29 protected override void Dispose(bool disposing) {
30 lock(this) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
32 if (swigCMemOwn) {
33 swigCMemOwn = false;
35 }
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
37 }
38 base.Dispose(disposing);
39 }
40 }
41
42 public OdSiShape query() {
44
46 return (OdSiShape)ret;
47}
48
49 public void resetQuery(OdSiShape pQuery) {
52 }
53
55 global::System.IntPtr cPtr = GlobalsPINVOKE.OdSiRecursiveVisitor_worldToNode(swigCPtr);
56 OdGeMatrix3d ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGeMatrix3d(cPtr, false);
58 return ret;
59 }
60
61 public void setWorldToNode(OdGeMatrix3d tf) {
64 }
65
67 global::System.IntPtr cPtr = GlobalsPINVOKE.OdSiRecursiveVisitor_nodeToWorld(swigCPtr);
68 OdGeMatrix3d ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGeMatrix3d(cPtr, false);
70 return ret;
71 }
72
73 public void setNodeToWorld(OdGeMatrix3d tf) {
76 }
77
79 global::System.IntPtr cPtr = GlobalsPINVOKE.OdSiRecursiveVisitor_worldToModel(swigCPtr);
80 OdGeMatrix3d ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGeMatrix3d(cPtr, false);
82 return ret;
83 }
84
85 public void setWorldToModel(OdGeMatrix3d tf) {
88 }
89
91 global::System.IntPtr cPtr = GlobalsPINVOKE.OdSiRecursiveVisitor_modelToWorld(swigCPtr);
92 OdGeMatrix3d ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGeMatrix3d(cPtr, false);
94 return ret;
95 }
96
97 public void setModelToWorld(OdGeMatrix3d tf) {
100 }
101
102}
103
104}
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)
Definition: OdGeMatrix3d.cs:26
OdSiRecursiveVisitor(IntPtr cPtr, bool cMemoryOwn)
override void Dispose(bool disposing)
static HandleRef getCPtr(OdSiRecursiveVisitor obj)
global::System.Runtime.InteropServices.HandleRef GetInterfaceCPtr()