Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDgGripPointsPE.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.TG {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdDgGripPointsPE(IntPtr cPtr, bool cMemoryOwn) : base(TG_DbPINVOKE.OdDgGripPointsPE_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdDgGripPointsPE obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
30 protected override void Dispose(bool disposing) {
31 lock(this) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
33 if (swigCMemOwn) {
34 swigCMemOwn = false;
36 }
37 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
38 }
39 base.Dispose(disposing);
40 }
41 }
42
44 : this(TG_DbPINVOKE.new_OdDgGripPointsPE(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
45 {
46 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction(); // MemoryTransaction #1
47 if (null != mTr)
48 {
49 mTr.AddObject(new OdDgGripPointsPE(swigCPtr.Handle, true));
50 }
52 SwigDirectorConnect();
53 }
54
55 public static OdDgGripPointsPE cast(OdRxObject pObj) {// OdSmartPtr<OdDgGripPointsPE>
56 MemoryManager mMan = MemoryManager.GetMemoryManager();
57 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
59
60 OdDgGripPointsPE ret = null;
61 if (null != mTrans)
62 {
63 mTrans.AddObject((OdDgGripPointsPE)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgGripPointsPE),ptr, true));
64 ret = (OdDgGripPointsPE)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgGripPointsPE),ptr, false);
65 }
66 else
67 {
68 ret = (OdDgGripPointsPE)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgGripPointsPE),ptr, true);
69 }
70
72 return ret;
73}
74
75 public new static OdRxClass desc() {
76 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),TG_DbPINVOKE.OdDgGripPointsPE_desc(),false); /*createInt 3_2*/
77
79 return ret;
80}
81
82 public override OdRxClass isA() {
83 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),(SwigDerivedClassHasMethod("isA", swigMethodTypes1) ? TG_DbPINVOKE.OdDgGripPointsPE_isASwigExplicitOdDgGripPointsPE(swigCPtr) : TG_DbPINVOKE.OdDgGripPointsPE_isA(swigCPtr)),false); /*createInt 3_2*/
84
86 return ret;
87}
88
89 public override OdRxObject queryX(OdRxClass protocolClass) {
90 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),(SwigDerivedClassHasMethod("queryX", swigMethodTypes0) ? TG_DbPINVOKE.OdDgGripPointsPE_queryXSwigExplicitOdDgGripPointsPE(swigCPtr, OdRxClass.getCPtr(protocolClass)) : TG_DbPINVOKE.OdDgGripPointsPE_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass))),false); /*createInt 3_2*/
91
93 return ret;
94}
95
96 public static OdDgGripPointsPE createObject() {// OdSmartPtr<OdDgGripPointsPE>
97 MemoryManager mMan = MemoryManager.GetMemoryManager();
98 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
100
101 OdDgGripPointsPE ret = null;
102 if (null != mTrans)
103 {
104 mTrans.AddObject((OdDgGripPointsPE)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgGripPointsPE),ptr, true));
105 ret = (OdDgGripPointsPE)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgGripPointsPE),ptr, false);
106 }
107 else
108 {
109 ret = (OdDgGripPointsPE)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgGripPointsPE),ptr, true);
110 }
111
113 return ret;
114}
115
116 public virtual OdResult getGripPoints(OdDgElement pEntity, OdGePoint3dArray gripPoints) {
117 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("getGripPoints", swigMethodTypes2) ? TG_DbPINVOKE.OdDgGripPointsPE_getGripPointsSwigExplicitOdDgGripPointsPE__SWIG_0(swigCPtr, OdDgElement.getCPtr(pEntity), OdGePoint3dArray.getCPtr(gripPoints)) : TG_DbPINVOKE.OdDgGripPointsPE_getGripPoints__SWIG_0(swigCPtr, OdDgElement.getCPtr(pEntity), OdGePoint3dArray.getCPtr(gripPoints)));
119 return ret;
120 }
121
122 public virtual OdResult moveGripPointsAt(OdDgElement pEntity, OdIntArray indices, OdGeVector3d offset) {
123 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("moveGripPointsAt", swigMethodTypes3) ? TG_DbPINVOKE.OdDgGripPointsPE_moveGripPointsAtSwigExplicitOdDgGripPointsPE__SWIG_0(swigCPtr, OdDgElement.getCPtr(pEntity), OdIntArray.getCPtr(indices).Handle, OdGeVector3d.getCPtr(offset)) : TG_DbPINVOKE.OdDgGripPointsPE_moveGripPointsAt__SWIG_0(swigCPtr, OdDgElement.getCPtr(pEntity), OdIntArray.getCPtr(indices).Handle, OdGeVector3d.getCPtr(offset)));
125 return ret;
126 }
127
128 public virtual OdResult getGripPoints(OdDgElement pEntity, OdDgGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, int bitFlags) {
129 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("getGripPoints", swigMethodTypes4) ? TG_DbPINVOKE.OdDgGripPointsPE_getGripPointsSwigExplicitOdDgGripPointsPE__SWIG_1(swigCPtr, OdDgElement.getCPtr(pEntity), OdDgGripDataPtrArray.getCPtr(grips), curViewUnitSize, gripSize, OdGeVector3d.getCPtr(curViewDir), bitFlags) : TG_DbPINVOKE.OdDgGripPointsPE_getGripPoints__SWIG_1(swigCPtr, OdDgElement.getCPtr(pEntity), OdDgGripDataPtrArray.getCPtr(grips), curViewUnitSize, gripSize, OdGeVector3d.getCPtr(curViewDir), bitFlags));
131 return ret;
132 }
133
134 public virtual OdResult moveGripPointsAt(OdDgElement pEntity, OdDbVoidPtrArray grips, OdGeVector3d offset, int bitFlags) {
135 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("moveGripPointsAt", swigMethodTypes5) ? TG_DbPINVOKE.OdDgGripPointsPE_moveGripPointsAtSwigExplicitOdDgGripPointsPE__SWIG_1(swigCPtr, OdDgElement.getCPtr(pEntity), OdDbVoidPtrArray.getCPtr(grips), OdGeVector3d.getCPtr(offset), bitFlags) : TG_DbPINVOKE.OdDgGripPointsPE_moveGripPointsAt__SWIG_1(swigCPtr, OdDgElement.getCPtr(pEntity), OdDbVoidPtrArray.getCPtr(grips), OdGeVector3d.getCPtr(offset), bitFlags));
137 return ret;
138 }
139
140 public virtual OdResult getStretchPoints(OdDgElement pEntity, OdGePoint3dArray stretchPoints) {
141 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("getStretchPoints", swigMethodTypes6) ? TG_DbPINVOKE.OdDgGripPointsPE_getStretchPointsSwigExplicitOdDgGripPointsPE(swigCPtr, OdDgElement.getCPtr(pEntity), OdGePoint3dArray.getCPtr(stretchPoints)) : TG_DbPINVOKE.OdDgGripPointsPE_getStretchPoints(swigCPtr, OdDgElement.getCPtr(pEntity), OdGePoint3dArray.getCPtr(stretchPoints)));
143 return ret;
144 }
145
146 public virtual OdResult moveStretchPointsAt(OdDgElement pEntity, OdIntArray indices, OdGeVector3d offset) {
147 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("moveStretchPointsAt", swigMethodTypes7) ? TG_DbPINVOKE.OdDgGripPointsPE_moveStretchPointsAtSwigExplicitOdDgGripPointsPE(swigCPtr, OdDgElement.getCPtr(pEntity), OdIntArray.getCPtr(indices).Handle, OdGeVector3d.getCPtr(offset)) : TG_DbPINVOKE.OdDgGripPointsPE_moveStretchPointsAt(swigCPtr, OdDgElement.getCPtr(pEntity), OdIntArray.getCPtr(indices).Handle, OdGeVector3d.getCPtr(offset)));
149 return ret;
150 }
151
152 public virtual OdResult getOsnapPoints(OdDgElement pEntity, OdDgElement.OsnapMode osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints) {
153 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("getOsnapPoints", swigMethodTypes8) ? TG_DbPINVOKE.OdDgGripPointsPE_getOsnapPointsSwigExplicitOdDgGripPointsPE__SWIG_0(swigCPtr, OdDgElement.getCPtr(pEntity), (int)osnapMode, gsSelectionMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGePoint3d.getCPtr(lastPoint), OdGeMatrix3d.getCPtr(xWorldToEye), OdGePoint3dArray.getCPtr(snapPoints)) : TG_DbPINVOKE.OdDgGripPointsPE_getOsnapPoints__SWIG_0(swigCPtr, OdDgElement.getCPtr(pEntity), (int)osnapMode, gsSelectionMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGePoint3d.getCPtr(lastPoint), OdGeMatrix3d.getCPtr(xWorldToEye), OdGePoint3dArray.getCPtr(snapPoints)));
155 return ret;
156 }
157
158 public virtual OdResult getOsnapPoints(OdDgElement pEntity, OdDgElement.OsnapMode osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints, OdGeMatrix3d insert) {
159 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("getOsnapPoints", swigMethodTypes9) ? TG_DbPINVOKE.OdDgGripPointsPE_getOsnapPointsSwigExplicitOdDgGripPointsPE__SWIG_1(swigCPtr, OdDgElement.getCPtr(pEntity), (int)osnapMode, gsSelectionMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGePoint3d.getCPtr(lastPoint), OdGeMatrix3d.getCPtr(xWorldToEye), OdGePoint3dArray.getCPtr(snapPoints), OdGeMatrix3d.getCPtr(insert)) : TG_DbPINVOKE.OdDgGripPointsPE_getOsnapPoints__SWIG_1(swigCPtr, OdDgElement.getCPtr(pEntity), (int)osnapMode, gsSelectionMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGePoint3d.getCPtr(lastPoint), OdGeMatrix3d.getCPtr(xWorldToEye), OdGePoint3dArray.getCPtr(snapPoints), OdGeMatrix3d.getCPtr(insert)));
161 return ret;
162 }
163
164 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
165 string ret = TG_DbPINVOKE.OdDgGripPointsPE_getRealClassName(ptr /*SIMPLETYPE*/);
167 return ret;
168 }
169
170 private void SwigDirectorConnect() {
171 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
172 swigDelegate0 = new SwigDelegateOdDgGripPointsPE_0(SwigDirectorMethodqueryX);
173 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
174 swigDelegate1 = new SwigDelegateOdDgGripPointsPE_1(SwigDirectorMethodisA);
175 if (SwigDerivedClassHasMethod("getGripPoints", swigMethodTypes2))
176 swigDelegate2 = new SwigDelegateOdDgGripPointsPE_2(SwigDirectorMethodgetGripPoints__SWIG_0);
177 if (SwigDerivedClassHasMethod("moveGripPointsAt", swigMethodTypes3))
178 swigDelegate3 = new SwigDelegateOdDgGripPointsPE_3(SwigDirectorMethodmoveGripPointsAt__SWIG_0);
179 if (SwigDerivedClassHasMethod("getGripPoints", swigMethodTypes4))
180 swigDelegate4 = new SwigDelegateOdDgGripPointsPE_4(SwigDirectorMethodgetGripPoints__SWIG_1);
181 if (SwigDerivedClassHasMethod("moveGripPointsAt", swigMethodTypes5))
182 swigDelegate5 = new SwigDelegateOdDgGripPointsPE_5(SwigDirectorMethodmoveGripPointsAt__SWIG_1);
183 if (SwigDerivedClassHasMethod("getStretchPoints", swigMethodTypes6))
184 swigDelegate6 = new SwigDelegateOdDgGripPointsPE_6(SwigDirectorMethodgetStretchPoints);
185 if (SwigDerivedClassHasMethod("moveStretchPointsAt", swigMethodTypes7))
186 swigDelegate7 = new SwigDelegateOdDgGripPointsPE_7(SwigDirectorMethodmoveStretchPointsAt);
187 if (SwigDerivedClassHasMethod("getOsnapPoints", swigMethodTypes8))
188 swigDelegate8 = new SwigDelegateOdDgGripPointsPE_8(SwigDirectorMethodgetOsnapPoints__SWIG_0);
189 if (SwigDerivedClassHasMethod("getOsnapPoints", swigMethodTypes9))
190 swigDelegate9 = new SwigDelegateOdDgGripPointsPE_9(SwigDirectorMethodgetOsnapPoints__SWIG_1);
191 TG_DbPINVOKE.OdDgGripPointsPE_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9);
192 }
193
194 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
195 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance, null, methodTypes, null);
196 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(OdDgGripPointsPE));
197 return hasDerivedMethod;
198 }
199
200 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
201 return
202 // csdirectorout for OdRxObject*, OdRxObject&
204 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
205)).Handle
206;
207 }
208
209 private IntPtr SwigDirectorMethodisA() {
210 return
211 // csdirectorout for OdRxClass*, OdRxClass&
212 OdRxClass.getCPtr(isA()).Handle
213;
214 }
215
216 private int SwigDirectorMethodgetGripPoints__SWIG_0(IntPtr pEntity, global::System.IntPtr gripPoints) {
217 return (int)getGripPoints(
218 (OdDgElement)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgElement),pEntity,false) /*createInt 6_2*/ // csdirectorin for smart pointer
219, new OdGePoint3dArray(gripPoints, false));
220 }
221
222 private int SwigDirectorMethodmoveGripPointsAt__SWIG_0(IntPtr pEntity, IntPtr indices, global::System.IntPtr offset) {
223 return (int)moveGripPointsAt(
224 (OdDgElement)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgElement),pEntity,false) /*createInt 6_1*/ // csdirectorin for smart pointer
225,
226 //csdirectorin of INOUT_PARAM_OBJ
227 new OdIntArray(indices,true)
228, new OdGeVector3d(offset, false));
229 }
230
231 private int SwigDirectorMethodgetGripPoints__SWIG_1(IntPtr pEntity, global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, int bitFlags) {
232 return (int)getGripPoints(
233 (OdDgElement)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgElement),pEntity,false) /*createInt 6_2*/ // csdirectorin for smart pointer
234, new OdDgGripDataPtrArray(grips, false), curViewUnitSize, gripSize, new OdGeVector3d(curViewDir, false), bitFlags);
235 }
236
237 private int SwigDirectorMethodmoveGripPointsAt__SWIG_1(IntPtr pEntity, global::System.IntPtr grips, global::System.IntPtr offset, int bitFlags) {
238 return (int)moveGripPointsAt(
239 (OdDgElement)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgElement),pEntity,false) /*createInt 6_1*/ // csdirectorin for smart pointer
240, new OdDbVoidPtrArray(grips, false), new OdGeVector3d(offset, false), bitFlags);
241 }
242
243 private int SwigDirectorMethodgetStretchPoints(IntPtr pEntity, global::System.IntPtr stretchPoints) {
244 return (int)getStretchPoints(
245 (OdDgElement)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgElement),pEntity,false) /*createInt 6_2*/ // csdirectorin for smart pointer
246, new OdGePoint3dArray(stretchPoints, false));
247 }
248
249 private int SwigDirectorMethodmoveStretchPointsAt(IntPtr pEntity, IntPtr indices, global::System.IntPtr offset) {
250 return (int)moveStretchPointsAt(
251 (OdDgElement)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgElement),pEntity,false) /*createInt 6_1*/ // csdirectorin for smart pointer
252,
253 //csdirectorin of INOUT_PARAM_OBJ
254 new OdIntArray(indices,true)
255, new OdGeVector3d(offset, false));
256 }
257
258 private int SwigDirectorMethodgetOsnapPoints__SWIG_0(IntPtr pEntity, int osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints) {
259 return (int)getOsnapPoints(
260 (OdDgElement)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgElement),pEntity,false) /*createInt 6_2*/ // csdirectorin for smart pointer
261, (OdDgElement.OsnapMode)osnapMode, gsSelectionMark /*SIMPLETYPE*/, new OdGePoint3d(pickPoint, false), new OdGePoint3d(lastPoint, false), new OdGeMatrix3d(xWorldToEye, false), new OdGePoint3dArray(snapPoints, false));
262 }
263
264 private int SwigDirectorMethodgetOsnapPoints__SWIG_1(IntPtr pEntity, int osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints, global::System.IntPtr insert) {
265 return (int)getOsnapPoints(
266 (OdDgElement)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgElement),pEntity,false) /*createInt 6_2*/ // csdirectorin for smart pointer
267, (OdDgElement.OsnapMode)osnapMode, gsSelectionMark /*SIMPLETYPE*/, new OdGePoint3d(pickPoint, false), new OdGePoint3d(lastPoint, false), new OdGeMatrix3d(xWorldToEye, false), new OdGePoint3dArray(snapPoints, false), new OdGeMatrix3d(insert, false));
268 }
269
270 public delegate IntPtr SwigDelegateOdDgGripPointsPE_0(IntPtr protocolClass);
271 public delegate IntPtr SwigDelegateOdDgGripPointsPE_1();
272 public delegate int SwigDelegateOdDgGripPointsPE_2(IntPtr pEntity, global::System.IntPtr gripPoints);
273 public delegate int SwigDelegateOdDgGripPointsPE_3(IntPtr pEntity, IntPtr indices, global::System.IntPtr offset);
274 public delegate int SwigDelegateOdDgGripPointsPE_4(IntPtr pEntity, global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, int bitFlags);
275 public delegate int SwigDelegateOdDgGripPointsPE_5(IntPtr pEntity, global::System.IntPtr grips, global::System.IntPtr offset, int bitFlags);
276 public delegate int SwigDelegateOdDgGripPointsPE_6(IntPtr pEntity, global::System.IntPtr stretchPoints);
277 public delegate int SwigDelegateOdDgGripPointsPE_7(IntPtr pEntity, IntPtr indices, global::System.IntPtr offset);
278 public delegate int SwigDelegateOdDgGripPointsPE_8(IntPtr pEntity, int osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints);
279 public delegate int SwigDelegateOdDgGripPointsPE_9(IntPtr pEntity, int osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints, global::System.IntPtr insert);
280
281 private SwigDelegateOdDgGripPointsPE_0 swigDelegate0;
282 private SwigDelegateOdDgGripPointsPE_1 swigDelegate1;
283 private SwigDelegateOdDgGripPointsPE_2 swigDelegate2;
284 private SwigDelegateOdDgGripPointsPE_3 swigDelegate3;
285 private SwigDelegateOdDgGripPointsPE_4 swigDelegate4;
286 private SwigDelegateOdDgGripPointsPE_5 swigDelegate5;
287 private SwigDelegateOdDgGripPointsPE_6 swigDelegate6;
288 private SwigDelegateOdDgGripPointsPE_7 swigDelegate7;
289 private SwigDelegateOdDgGripPointsPE_8 swigDelegate8;
290 private SwigDelegateOdDgGripPointsPE_9 swigDelegate9;
291
292 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
293 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
294 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(OdDgElement), typeof(OdGePoint3dArray) };
295 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { typeof(OdDgElement), typeof(OdIntArray), typeof(OdGeVector3d) };
296 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { typeof(OdDgElement), typeof(OdDgGripDataPtrArray), typeof(double), typeof(int), typeof(OdGeVector3d), typeof(int) };
297 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { typeof(OdDgElement), typeof(OdDbVoidPtrArray), typeof(OdGeVector3d), typeof(int) };
298 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(OdDgElement), typeof(OdGePoint3dArray) };
299 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(OdDgElement), typeof(OdIntArray), typeof(OdGeVector3d) };
300 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(OdDgElement), typeof(OdDgElement.OsnapMode), typeof(IntPtr /*SIMPLETYPE*/), typeof(OdGePoint3d), typeof(OdGePoint3d), typeof(OdGeMatrix3d), typeof(OdGePoint3dArray) };
301 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { typeof(OdDgElement), typeof(OdDgElement.OsnapMode), typeof(IntPtr /*SIMPLETYPE*/), typeof(OdGePoint3d), typeof(OdGePoint3d), typeof(OdGeMatrix3d), typeof(OdGePoint3dArray), typeof(OdGeMatrix3d) };
302}
303
304}
static HandleRef getCPtr(OdDbVoidPtrArray obj)
static HandleRef getCPtr(OdGeMatrix3d obj)
Definition: OdGeMatrix3d.cs:26
static HandleRef getCPtr(OdGePoint3dArray obj)
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdGeVector3d obj)
Definition: OdGeVector3d.cs:26
static HandleRef getCPtr(OdIntArray obj)
Definition: OdIntArray.cs:28
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26
static HandleRef getCPtr(OdDgElement obj)
Definition: OdDgElement.cs:26
static HandleRef getCPtr(OdDgGripDataPtrArray obj)
delegate int SwigDelegateOdDgGripPointsPE_2(IntPtr pEntity, global::System.IntPtr gripPoints)
virtual OdResult getOsnapPoints(OdDgElement pEntity, OdDgElement.OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints)
virtual OdResult moveGripPointsAt(OdDgElement pEntity, OdIntArray indices, OdGeVector3d offset)
static HandleRef getCPtr(OdDgGripPointsPE obj)
virtual OdResult moveGripPointsAt(OdDgElement pEntity, OdDbVoidPtrArray grips, OdGeVector3d offset, int bitFlags)
delegate int SwigDelegateOdDgGripPointsPE_4(IntPtr pEntity, global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, int bitFlags)
delegate int SwigDelegateOdDgGripPointsPE_6(IntPtr pEntity, global::System.IntPtr stretchPoints)
delegate int SwigDelegateOdDgGripPointsPE_5(IntPtr pEntity, global::System.IntPtr grips, global::System.IntPtr offset, int bitFlags)
override void Dispose(bool disposing)
delegate int SwigDelegateOdDgGripPointsPE_8(IntPtr pEntity, int osnapMode, IntPtr gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints)
virtual OdResult moveStretchPointsAt(OdDgElement pEntity, OdIntArray indices, OdGeVector3d offset)
static OdDgGripPointsPE cast(OdRxObject pObj)
override OdRxClass isA()
OdDgGripPointsPE(IntPtr cPtr, bool cMemoryOwn)
virtual OdResult getStretchPoints(OdDgElement pEntity, OdGePoint3dArray stretchPoints)
delegate int SwigDelegateOdDgGripPointsPE_9(IntPtr pEntity, int osnapMode, IntPtr gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints, global::System.IntPtr insert)
virtual OdResult getOsnapPoints(OdDgElement pEntity, OdDgElement.OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints, OdGeMatrix3d insert)
virtual OdResult getGripPoints(OdDgElement pEntity, OdDgGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, int bitFlags)
static new OdRxClass desc()
delegate int SwigDelegateOdDgGripPointsPE_7(IntPtr pEntity, IntPtr indices, global::System.IntPtr offset)
delegate int SwigDelegateOdDgGripPointsPE_3(IntPtr pEntity, IntPtr indices, global::System.IntPtr offset)
static OdDgGripPointsPE createObject()
delegate IntPtr SwigDelegateOdDgGripPointsPE_0(IntPtr protocolClass)
delegate IntPtr SwigDelegateOdDgGripPointsPE_1()
override OdRxObject queryX(OdRxClass protocolClass)
static string getRealClassName(IntPtr ptr)
virtual OdResult getGripPoints(OdDgElement pEntity, OdGePoint3dArray gripPoints)
static global::System.Exception Retrieve()
static int OdDgGripPointsPE_getOsnapPoints__SWIG_0(HandleRef jarg1, HandleRef jarg2, int jarg3, IntPtr jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int OdDgGripPointsPE_getStretchPointsSwigExplicitOdDgGripPointsPE(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDgGripPointsPE_getGripPointsSwigExplicitOdDgGripPointsPE__SWIG_0(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDgGripPointsPE_moveGripPointsAtSwigExplicitOdDgGripPointsPE__SWIG_1(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5)
static int OdDgGripPointsPE_getOsnapPoints__SWIG_1(HandleRef jarg1, HandleRef jarg2, int jarg3, IntPtr jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, global::System.Runtime.InteropServices.HandleRef jarg9)
static int OdDgGripPointsPE_moveStretchPointsAt(HandleRef jarg1, HandleRef jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDgGripPointsPE_moveStretchPointsAtSwigExplicitOdDgGripPointsPE(HandleRef jarg1, HandleRef jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDgGripPointsPE_getOsnapPointsSwigExplicitOdDgGripPointsPE__SWIG_1(HandleRef jarg1, HandleRef jarg2, int jarg3, IntPtr jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, global::System.Runtime.InteropServices.HandleRef jarg9)
static IntPtr OdDgGripPointsPE_queryX(HandleRef jarg1, HandleRef jarg2)
static int OdDgGripPointsPE_moveGripPointsAt__SWIG_0(HandleRef jarg1, HandleRef jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDgGripPointsPE_getGripPoints__SWIG_0(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void delete_OdDgGripPointsPE(HandleRef jarg1)
static string OdDgGripPointsPE_getRealClassName(IntPtr jarg1)
static IntPtr OdDgGripPointsPE_isA(HandleRef jarg1)
static IntPtr OdDgGripPointsPE_cast(HandleRef jarg1)
static int OdDgGripPointsPE_moveGripPointsAt__SWIG_1(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5)
static void OdDgGripPointsPE_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, OdDgGripPointsPE.SwigDelegateOdDgGripPointsPE_0 delegate0, OdDgGripPointsPE.SwigDelegateOdDgGripPointsPE_1 delegate1, OdDgGripPointsPE.SwigDelegateOdDgGripPointsPE_2 delegate2, OdDgGripPointsPE.SwigDelegateOdDgGripPointsPE_3 delegate3, OdDgGripPointsPE.SwigDelegateOdDgGripPointsPE_4 delegate4, OdDgGripPointsPE.SwigDelegateOdDgGripPointsPE_5 delegate5, OdDgGripPointsPE.SwigDelegateOdDgGripPointsPE_6 delegate6, OdDgGripPointsPE.SwigDelegateOdDgGripPointsPE_7 delegate7, OdDgGripPointsPE.SwigDelegateOdDgGripPointsPE_8 delegate8, OdDgGripPointsPE.SwigDelegateOdDgGripPointsPE_9 delegate9)
static int OdDgGripPointsPE_getGripPoints__SWIG_1(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, int jarg7)
static IntPtr OdDgGripPointsPE_queryXSwigExplicitOdDgGripPointsPE(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdDgGripPointsPE_desc()
static int OdDgGripPointsPE_getGripPointsSwigExplicitOdDgGripPointsPE__SWIG_1(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, int jarg7)
static IntPtr OdDgGripPointsPE_createObject()
static IntPtr OdDgGripPointsPE_isASwigExplicitOdDgGripPointsPE(HandleRef jarg1)
static int OdDgGripPointsPE_getOsnapPointsSwigExplicitOdDgGripPointsPE__SWIG_0(HandleRef jarg1, HandleRef jarg2, int jarg3, IntPtr jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int OdDgGripPointsPE_getStretchPoints(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDgGripPointsPE_moveGripPointsAtSwigExplicitOdDgGripPointsPE__SWIG_0(HandleRef jarg1, HandleRef jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)