Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDbSubentityOverrule.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.TD {
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 OdDbSubentityOverrule(IntPtr cPtr, bool cMemoryOwn) : base(TD_DbPINVOKE.OdDbSubentityOverrule_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdDbSubentityOverrule 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(TD_DbPINVOKE.new_OdDbSubentityOverrule(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
45 {
46 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction(); // MemoryTransaction #1
47 if (null != mTr)
48 {
49 mTr.AddObject(new OdDbSubentityOverrule(swigCPtr.Handle, true));
50 }
52 SwigDirectorConnect();
53 }
54
55 public static OdDbSubentityOverrule cast(OdRxObject pObj) {// OdSmartPtr<OdDbSubentityOverrule>
56 MemoryManager mMan = MemoryManager.GetMemoryManager();
57 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
59
60 OdDbSubentityOverrule ret = null;
61 if (null != mTrans)
62 {
63 mTrans.AddObject((OdDbSubentityOverrule)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSubentityOverrule),ptr, true));
64 ret = (OdDbSubentityOverrule)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSubentityOverrule),ptr, false);
65 }
66 else
67 {
68 ret = (OdDbSubentityOverrule)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSubentityOverrule),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),TD_DbPINVOKE.OdDbSubentityOverrule_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) ? TD_DbPINVOKE.OdDbSubentityOverrule_isASwigExplicitOdDbSubentityOverrule(swigCPtr) : TD_DbPINVOKE.OdDbSubentityOverrule_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) ? TD_DbPINVOKE.OdDbSubentityOverrule_queryXSwigExplicitOdDbSubentityOverrule(swigCPtr, OdRxClass.getCPtr(protocolClass)) : TD_DbPINVOKE.OdDbSubentityOverrule_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass))),false); /*createInt 3_2*/
91
93 return ret;
94}
95
96 public static OdDbSubentityOverrule createObject() {// OdSmartPtr<OdDbSubentityOverrule>
97 MemoryManager mMan = MemoryManager.GetMemoryManager();
98 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
100
101 OdDbSubentityOverrule ret = null;
102 if (null != mTrans)
103 {
104 mTrans.AddObject((OdDbSubentityOverrule)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSubentityOverrule),ptr, true));
105 ret = (OdDbSubentityOverrule)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSubentityOverrule),ptr, false);
106 }
107 else
108 {
109 ret = (OdDbSubentityOverrule)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSubentityOverrule),ptr, true);
110 }
111
113 return ret;
114}
115
119 return ret;
120 }
121
125 return ret;
126 }
127
131 return ret;
132 }
133
134 public virtual OdResult getGripPointsAtSubentPath(OdDbEntity pSubject, OdDbFullSubentPath path, OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, UInt32 /*SIMPLETYPE*/ bitflags) {
135 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("getGripPointsAtSubentPath", swigMethodTypes6) ? TD_DbPINVOKE.OdDbSubentityOverrule_getGripPointsAtSubentPathSwigExplicitOdDbSubentityOverrule(swigCPtr, OdDbEntity.getCPtr(pSubject), OdDbFullSubentPath.getCPtr(path), OdDbGripDataPtrArray.getCPtr(grips), curViewUnitSize, gripSize, OdGeVector3d.getCPtr(curViewDir), bitflags /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbSubentityOverrule_getGripPointsAtSubentPath(swigCPtr, OdDbEntity.getCPtr(pSubject), OdDbFullSubentPath.getCPtr(path), OdDbGripDataPtrArray.getCPtr(grips), curViewUnitSize, gripSize, OdGeVector3d.getCPtr(curViewDir), bitflags /*SIMPLETYPE*/));
137 return ret;
138 }
139
140 public virtual OdResult moveGripPointsAtSubentPaths(OdDbEntity pSubject, OdDbFullSubentPathArray paths, OdDbVoidPtrArray gripAppData, OdGeVector3d offset, UInt32 /*SIMPLETYPE*/ bitflags) {
141 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("moveGripPointsAtSubentPaths", swigMethodTypes7) ? TD_DbPINVOKE.OdDbSubentityOverrule_moveGripPointsAtSubentPathsSwigExplicitOdDbSubentityOverrule(swigCPtr, OdDbEntity.getCPtr(pSubject), OdDbFullSubentPathArray.getCPtr(paths), OdDbVoidPtrArray.getCPtr(gripAppData), OdGeVector3d.getCPtr(offset), bitflags /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbSubentityOverrule_moveGripPointsAtSubentPaths(swigCPtr, OdDbEntity.getCPtr(pSubject), OdDbFullSubentPathArray.getCPtr(paths), OdDbVoidPtrArray.getCPtr(gripAppData), OdGeVector3d.getCPtr(offset), bitflags /*SIMPLETYPE*/));
143 return ret;
144 }
145
146 public virtual OdResult getSubentPathsAtGsMarker(OdDbEntity pSubject, Teigha.Core.SubentType type, IntPtr /*SIMPLETYPE*/ gsMark, OdGePoint3d pickPoint, OdGeMatrix3d viewXform, OdDbFullSubentPathArray subentPaths, OdDbObjectIdArray pEntAndInsertStack) {
147 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("getSubentPathsAtGsMarker", swigMethodTypes8) ? TD_DbPINVOKE.OdDbSubentityOverrule_getSubentPathsAtGsMarkerSwigExplicitOdDbSubentityOverrule__SWIG_0(swigCPtr, OdDbEntity.getCPtr(pSubject), (int)type, gsMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGeMatrix3d.getCPtr(viewXform), OdDbFullSubentPathArray.getCPtr(subentPaths), OdDbObjectIdArray.getCPtr(pEntAndInsertStack)) : TD_DbPINVOKE.OdDbSubentityOverrule_getSubentPathsAtGsMarker__SWIG_0(swigCPtr, OdDbEntity.getCPtr(pSubject), (int)type, gsMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGeMatrix3d.getCPtr(viewXform), OdDbFullSubentPathArray.getCPtr(subentPaths), OdDbObjectIdArray.getCPtr(pEntAndInsertStack)));
149 return ret;
150 }
151
152 public virtual OdResult getSubentPathsAtGsMarker(OdDbEntity pSubject, Teigha.Core.SubentType type, IntPtr /*SIMPLETYPE*/ gsMark, OdGePoint3d pickPoint, OdGeMatrix3d viewXform, OdDbFullSubentPathArray subentPaths) {
153 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("getSubentPathsAtGsMarker", swigMethodTypes9) ? TD_DbPINVOKE.OdDbSubentityOverrule_getSubentPathsAtGsMarkerSwigExplicitOdDbSubentityOverrule__SWIG_1(swigCPtr, OdDbEntity.getCPtr(pSubject), (int)type, gsMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGeMatrix3d.getCPtr(viewXform), OdDbFullSubentPathArray.getCPtr(subentPaths)) : TD_DbPINVOKE.OdDbSubentityOverrule_getSubentPathsAtGsMarker__SWIG_1(swigCPtr, OdDbEntity.getCPtr(pSubject), (int)type, gsMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGeMatrix3d.getCPtr(viewXform), OdDbFullSubentPathArray.getCPtr(subentPaths)));
155 return ret;
156 }
157
161 return ret;
162 }
163
164 public virtual OdDbEntity subentPtr(OdDbEntity pSubject, OdDbFullSubentPath id) {// OdDbEntityPtr
165 MemoryManager mMan = MemoryManager.GetMemoryManager();
166 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
167 IntPtr ptr = (SwigDerivedClassHasMethod("subentPtr", swigMethodTypes11) ? TD_DbPINVOKE.OdDbSubentityOverrule_subentPtrSwigExplicitOdDbSubentityOverrule(swigCPtr, OdDbEntity.getCPtr(pSubject), OdDbFullSubentPath.getCPtr(id)) : TD_DbPINVOKE.OdDbSubentityOverrule_subentPtr(swigCPtr, OdDbEntity.getCPtr(pSubject), OdDbFullSubentPath.getCPtr(id)));
168
169 OdDbEntity ret = null;
170 if (null != mTrans)
171 {
172 mTrans.AddObject((OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true));
173 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, false);
174 }
175 else
176 {
177 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true);
178 }
179
181 return ret;
182}
183
185 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("getCompoundObjectTransform", swigMethodTypes12) ? TD_DbPINVOKE.OdDbSubentityOverrule_getCompoundObjectTransformSwigExplicitOdDbSubentityOverrule(swigCPtr, OdDbEntity.getCPtr(pSubject), OdGeMatrix3d.getCPtr(xMat)) : TD_DbPINVOKE.OdDbSubentityOverrule_getCompoundObjectTransform(swigCPtr, OdDbEntity.getCPtr(pSubject), OdGeMatrix3d.getCPtr(xMat)));
187 return ret;
188 }
189
193 return ret;
194 }
195
196 public virtual void subentGripStatus(OdDbEntity pSubject, GripStat status, OdDbFullSubentPath subentity) {
197 if (SwigDerivedClassHasMethod("subentGripStatus", swigMethodTypes14)) TD_DbPINVOKE.OdDbSubentityOverrule_subentGripStatusSwigExplicitOdDbSubentityOverrule(swigCPtr, OdDbEntity.getCPtr(pSubject), (int)status, OdDbFullSubentPath.getCPtr(subentity)); else TD_DbPINVOKE.OdDbSubentityOverrule_subentGripStatus(swigCPtr, OdDbEntity.getCPtr(pSubject), (int)status, OdDbFullSubentPath.getCPtr(subentity));
199 }
200
201 public virtual OdResult getSubentClassId(OdDbEntity pSubject, OdDbFullSubentPath path, IntPtr /*SIMPLETYPE*/ clsId) {
202 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("getSubentClassId", swigMethodTypes15) ? TD_DbPINVOKE.OdDbSubentityOverrule_getSubentClassIdSwigExplicitOdDbSubentityOverrule(swigCPtr, OdDbEntity.getCPtr(pSubject), OdDbFullSubentPath.getCPtr(path), clsId /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbSubentityOverrule_getSubentClassId(swigCPtr, OdDbEntity.getCPtr(pSubject), OdDbFullSubentPath.getCPtr(path), clsId /*SIMPLETYPE*/));
204 return ret;
205 }
206
207 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
208 string ret = TD_DbPINVOKE.OdDbSubentityOverrule_getRealClassName(ptr /*SIMPLETYPE*/);
210 return ret;
211 }
212
213 private void SwigDirectorConnect() {
214 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
215 swigDelegate0 = new SwigDelegateOdDbSubentityOverrule_0(SwigDirectorMethodqueryX);
216 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
217 swigDelegate1 = new SwigDelegateOdDbSubentityOverrule_1(SwigDirectorMethodisA);
218 if (SwigDerivedClassHasMethod("isApplicable", swigMethodTypes2))
219 swigDelegate2 = new SwigDelegateOdDbSubentityOverrule_2(SwigDirectorMethodisApplicable);
220 if (SwigDerivedClassHasMethod("deleteSubentPaths", swigMethodTypes3))
221 swigDelegate3 = new SwigDelegateOdDbSubentityOverrule_3(SwigDirectorMethoddeleteSubentPaths);
222 if (SwigDerivedClassHasMethod("addSubentPaths", swigMethodTypes4))
223 swigDelegate4 = new SwigDelegateOdDbSubentityOverrule_4(SwigDirectorMethodaddSubentPaths);
224 if (SwigDerivedClassHasMethod("transformSubentPathsBy", swigMethodTypes5))
225 swigDelegate5 = new SwigDelegateOdDbSubentityOverrule_5(SwigDirectorMethodtransformSubentPathsBy);
226 if (SwigDerivedClassHasMethod("getGripPointsAtSubentPath", swigMethodTypes6))
227 swigDelegate6 = new SwigDelegateOdDbSubentityOverrule_6(SwigDirectorMethodgetGripPointsAtSubentPath);
228 if (SwigDerivedClassHasMethod("moveGripPointsAtSubentPaths", swigMethodTypes7))
229 swigDelegate7 = new SwigDelegateOdDbSubentityOverrule_7(SwigDirectorMethodmoveGripPointsAtSubentPaths);
230 if (SwigDerivedClassHasMethod("getSubentPathsAtGsMarker", swigMethodTypes8))
231 swigDelegate8 = new SwigDelegateOdDbSubentityOverrule_8(SwigDirectorMethodgetSubentPathsAtGsMarker__SWIG_0);
232 if (SwigDerivedClassHasMethod("getSubentPathsAtGsMarker", swigMethodTypes9))
233 swigDelegate9 = new SwigDelegateOdDbSubentityOverrule_9(SwigDirectorMethodgetSubentPathsAtGsMarker__SWIG_1);
234 if (SwigDerivedClassHasMethod("getGsMarkersAtSubentPath", swigMethodTypes10))
235 swigDelegate10 = new SwigDelegateOdDbSubentityOverrule_10(SwigDirectorMethodgetGsMarkersAtSubentPath);
236 if (SwigDerivedClassHasMethod("subentPtr", swigMethodTypes11))
237 swigDelegate11 = new SwigDelegateOdDbSubentityOverrule_11(SwigDirectorMethodsubentPtr);
238 if (SwigDerivedClassHasMethod("getCompoundObjectTransform", swigMethodTypes12))
239 swigDelegate12 = new SwigDelegateOdDbSubentityOverrule_12(SwigDirectorMethodgetCompoundObjectTransform);
240 if (SwigDerivedClassHasMethod("getSubentPathGeomExtents", swigMethodTypes13))
241 swigDelegate13 = new SwigDelegateOdDbSubentityOverrule_13(SwigDirectorMethodgetSubentPathGeomExtents);
242 if (SwigDerivedClassHasMethod("subentGripStatus", swigMethodTypes14))
243 swigDelegate14 = new SwigDelegateOdDbSubentityOverrule_14(SwigDirectorMethodsubentGripStatus);
244 if (SwigDerivedClassHasMethod("getSubentClassId", swigMethodTypes15))
245 swigDelegate15 = new SwigDelegateOdDbSubentityOverrule_15(SwigDirectorMethodgetSubentClassId);
246 TD_DbPINVOKE.OdDbSubentityOverrule_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12, swigDelegate13, swigDelegate14, swigDelegate15);
247 }
248
249 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
250 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);
251 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(OdDbSubentityOverrule));
252 return hasDerivedMethod;
253 }
254
255 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
256 return
257 // csdirectorout for OdRxObject*, OdRxObject&
259 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
260)).Handle
261;
262 }
263
264 private IntPtr SwigDirectorMethodisA() {
265 return
266 // csdirectorout for OdRxClass*, OdRxClass&
267 OdRxClass.getCPtr(isA()).Handle
268;
269 }
270
271 private bool SwigDirectorMethodisApplicable(IntPtr pOverruledSubject) {
272 return isApplicable(
273 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pOverruledSubject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
274);
275 }
276
277 private int SwigDirectorMethoddeleteSubentPaths(IntPtr pSubject, global::System.IntPtr paths) {
278 return (int)deleteSubentPaths(
279 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pSubject,false) /*createInt 6_1*/ // csdirectorin for smart pointer
280, new OdDbFullSubentPathArray(paths, false));
281 }
282
283 private int SwigDirectorMethodaddSubentPaths(IntPtr pSubject, global::System.IntPtr paths) {
284 return (int)addSubentPaths(
285 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pSubject,false) /*createInt 6_1*/ // csdirectorin for smart pointer
286, new OdDbFullSubentPathArray(paths, false));
287 }
288
289 private int SwigDirectorMethodtransformSubentPathsBy(IntPtr pSubject, global::System.IntPtr paths, global::System.IntPtr xform) {
290 return (int)transformSubentPathsBy(
291 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pSubject,false) /*createInt 6_1*/ // csdirectorin for smart pointer
292, new OdDbFullSubentPathArray(paths, false), new OdGeMatrix3d(xform, false));
293 }
294
295 private int SwigDirectorMethodgetGripPointsAtSubentPath(IntPtr pSubject, global::System.IntPtr path, global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, UInt32 /*SIMPLETYPE*/ bitflags) {
296 return (int)getGripPointsAtSubentPath(
297 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pSubject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
298, new OdDbFullSubentPath(path, false), new OdDbGripDataPtrArray(grips, false), curViewUnitSize, gripSize, new OdGeVector3d(curViewDir, false), bitflags /*SIMPLETYPE*/);
299 }
300
301 private int SwigDirectorMethodmoveGripPointsAtSubentPaths(IntPtr pSubject, global::System.IntPtr paths, global::System.IntPtr gripAppData, global::System.IntPtr offset, UInt32 /*SIMPLETYPE*/ bitflags) {
302 return (int)moveGripPointsAtSubentPaths(
303 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pSubject,false) /*createInt 6_1*/ // csdirectorin for smart pointer
304, new OdDbFullSubentPathArray(paths, false), new OdDbVoidPtrArray(gripAppData, false), new OdGeVector3d(offset, false), bitflags /*SIMPLETYPE*/);
305 }
306
307 private int SwigDirectorMethodgetSubentPathsAtGsMarker__SWIG_0(IntPtr pSubject, int type, IntPtr /*SIMPLETYPE*/ gsMark, global::System.IntPtr pickPoint, global::System.IntPtr viewXform, global::System.IntPtr subentPaths, global::System.IntPtr pEntAndInsertStack) {
308 return (int)getSubentPathsAtGsMarker(
309 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pSubject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
310, (Teigha.Core.SubentType)type, gsMark /*SIMPLETYPE*/, new OdGePoint3d(pickPoint, false), new OdGeMatrix3d(viewXform, false), new OdDbFullSubentPathArray(subentPaths, false), new OdDbObjectIdArray(pEntAndInsertStack, false));
311 }
312
313 private int SwigDirectorMethodgetSubentPathsAtGsMarker__SWIG_1(IntPtr pSubject, int type, IntPtr /*SIMPLETYPE*/ gsMark, global::System.IntPtr pickPoint, global::System.IntPtr viewXform, global::System.IntPtr subentPaths) {
314 return (int)getSubentPathsAtGsMarker(
315 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pSubject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
316, (Teigha.Core.SubentType)type, gsMark /*SIMPLETYPE*/, new OdGePoint3d(pickPoint, false), new OdGeMatrix3d(viewXform, false), new OdDbFullSubentPathArray(subentPaths, false));
317 }
318
319 private int SwigDirectorMethodgetGsMarkersAtSubentPath(IntPtr pSubject, global::System.IntPtr subPath, global::System.IntPtr gsMarkers) {
320 return (int)getGsMarkersAtSubentPath(
321 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pSubject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
322, new OdDbFullSubentPath(subPath, false), new OdGsMarkerArray(gsMarkers, false));
323 }
324
325 private IntPtr SwigDirectorMethodsubentPtr(IntPtr pSubject, global::System.IntPtr id) {
326 return OdDbEntity.getCPtr(subentPtr(
327 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pSubject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
328, new OdDbFullSubentPath(id, false))).Handle;
329 }
330
331 private int SwigDirectorMethodgetCompoundObjectTransform(IntPtr pSubject, global::System.IntPtr xMat) {
332 return (int)getCompoundObjectTransform(
333 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pSubject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
334, new OdGeMatrix3d(xMat, false));
335 }
336
337 private int SwigDirectorMethodgetSubentPathGeomExtents(IntPtr pSubject, global::System.IntPtr path, global::System.IntPtr extents) {
338 return (int)getSubentPathGeomExtents(
339 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pSubject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
340, new OdDbFullSubentPath(path, false), new OdGeExtents3d(extents, false));
341 }
342
343 private void SwigDirectorMethodsubentGripStatus(IntPtr pSubject, int status, global::System.IntPtr subentity) {
345 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pSubject,false) /*createInt 6_1*/ // csdirectorin for smart pointer
346, (GripStat)status, new OdDbFullSubentPath(subentity, false));
347 }
348
349 private int SwigDirectorMethodgetSubentClassId(IntPtr pSubject, global::System.IntPtr path, IntPtr /*SIMPLETYPE*/ clsId) {
350 return (int)getSubentClassId(
351 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pSubject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
352, new OdDbFullSubentPath(path, false), clsId /*SIMPLETYPE*/);
353 }
354
355 public delegate IntPtr SwigDelegateOdDbSubentityOverrule_0(IntPtr protocolClass);
356 public delegate IntPtr SwigDelegateOdDbSubentityOverrule_1();
357 public delegate bool SwigDelegateOdDbSubentityOverrule_2(IntPtr pOverruledSubject);
358 public delegate int SwigDelegateOdDbSubentityOverrule_3(IntPtr pSubject, global::System.IntPtr paths);
359 public delegate int SwigDelegateOdDbSubentityOverrule_4(IntPtr pSubject, global::System.IntPtr paths);
360 public delegate int SwigDelegateOdDbSubentityOverrule_5(IntPtr pSubject, global::System.IntPtr paths, global::System.IntPtr xform);
361 public delegate int SwigDelegateOdDbSubentityOverrule_6(IntPtr pSubject, global::System.IntPtr path, global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, UInt32 /*SIMPLETYPE*/ bitflags);
362 public delegate int SwigDelegateOdDbSubentityOverrule_7(IntPtr pSubject, global::System.IntPtr paths, global::System.IntPtr gripAppData, global::System.IntPtr offset, UInt32 /*SIMPLETYPE*/ bitflags);
363 public delegate int SwigDelegateOdDbSubentityOverrule_8(IntPtr pSubject, int type, IntPtr /*SIMPLETYPE*/ gsMark, global::System.IntPtr pickPoint, global::System.IntPtr viewXform, global::System.IntPtr subentPaths, global::System.IntPtr pEntAndInsertStack);
364 public delegate int SwigDelegateOdDbSubentityOverrule_9(IntPtr pSubject, int type, IntPtr /*SIMPLETYPE*/ gsMark, global::System.IntPtr pickPoint, global::System.IntPtr viewXform, global::System.IntPtr subentPaths);
365 public delegate int SwigDelegateOdDbSubentityOverrule_10(IntPtr pSubject, global::System.IntPtr subPath, global::System.IntPtr gsMarkers);
366 public delegate IntPtr SwigDelegateOdDbSubentityOverrule_11(IntPtr pSubject, global::System.IntPtr id);
367 public delegate int SwigDelegateOdDbSubentityOverrule_12(IntPtr pSubject, global::System.IntPtr xMat);
368 public delegate int SwigDelegateOdDbSubentityOverrule_13(IntPtr pSubject, global::System.IntPtr path, global::System.IntPtr extents);
369 public delegate void SwigDelegateOdDbSubentityOverrule_14(IntPtr pSubject, int status, global::System.IntPtr subentity);
370 public delegate int SwigDelegateOdDbSubentityOverrule_15(IntPtr pSubject, global::System.IntPtr path, IntPtr /*SIMPLETYPE*/ clsId);
371
372 private SwigDelegateOdDbSubentityOverrule_0 swigDelegate0;
373 private SwigDelegateOdDbSubentityOverrule_1 swigDelegate1;
374 private SwigDelegateOdDbSubentityOverrule_2 swigDelegate2;
375 private SwigDelegateOdDbSubentityOverrule_3 swigDelegate3;
376 private SwigDelegateOdDbSubentityOverrule_4 swigDelegate4;
377 private SwigDelegateOdDbSubentityOverrule_5 swigDelegate5;
378 private SwigDelegateOdDbSubentityOverrule_6 swigDelegate6;
379 private SwigDelegateOdDbSubentityOverrule_7 swigDelegate7;
380 private SwigDelegateOdDbSubentityOverrule_8 swigDelegate8;
381 private SwigDelegateOdDbSubentityOverrule_9 swigDelegate9;
382 private SwigDelegateOdDbSubentityOverrule_10 swigDelegate10;
383 private SwigDelegateOdDbSubentityOverrule_11 swigDelegate11;
384 private SwigDelegateOdDbSubentityOverrule_12 swigDelegate12;
385 private SwigDelegateOdDbSubentityOverrule_13 swigDelegate13;
386 private SwigDelegateOdDbSubentityOverrule_14 swigDelegate14;
387 private SwigDelegateOdDbSubentityOverrule_15 swigDelegate15;
388
389 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
390 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
391 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(OdRxObject) };
392 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { typeof(OdDbEntity), typeof(OdDbFullSubentPathArray) };
393 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { typeof(OdDbEntity), typeof(OdDbFullSubentPathArray) };
394 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { typeof(OdDbEntity), typeof(OdDbFullSubentPathArray), typeof(OdGeMatrix3d) };
395 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(OdDbEntity), typeof(OdDbFullSubentPath), typeof(OdDbGripDataPtrArray), typeof(double), typeof(int), typeof(OdGeVector3d), typeof(UInt32 /*SIMPLETYPE*/) };
396 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(OdDbEntity), typeof(OdDbFullSubentPathArray), typeof(OdDbVoidPtrArray), typeof(OdGeVector3d), typeof(UInt32 /*SIMPLETYPE*/) };
397 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(OdDbEntity), typeof(Teigha.Core.SubentType), typeof(IntPtr /*SIMPLETYPE*/), typeof(OdGePoint3d), typeof(OdGeMatrix3d), typeof(OdDbFullSubentPathArray), typeof(OdDbObjectIdArray) };
398 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { typeof(OdDbEntity), typeof(Teigha.Core.SubentType), typeof(IntPtr /*SIMPLETYPE*/), typeof(OdGePoint3d), typeof(OdGeMatrix3d), typeof(OdDbFullSubentPathArray) };
399 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(OdDbEntity), typeof(OdDbFullSubentPath), typeof(OdGsMarkerArray) };
400 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { typeof(OdDbEntity), typeof(OdDbFullSubentPath) };
401 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { typeof(OdDbEntity), typeof(OdGeMatrix3d) };
402 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { typeof(OdDbEntity), typeof(OdDbFullSubentPath), typeof(OdGeExtents3d) };
403 private static global::System.Type[] swigMethodTypes14 = new global::System.Type[] { typeof(OdDbEntity), typeof(GripStat), typeof(OdDbFullSubentPath) };
404 private static global::System.Type[] swigMethodTypes15 = new global::System.Type[] { typeof(OdDbEntity), typeof(OdDbFullSubentPath), typeof(IntPtr /*SIMPLETYPE*/) };
405}
406
407}
static HandleRef getCPtr(OdDbGripDataPtrArray obj)
static HandleRef getCPtr(OdDbVoidPtrArray obj)
static HandleRef getCPtr(OdGeExtents3d obj)
static HandleRef getCPtr(OdGeMatrix3d obj)
Definition: OdGeMatrix3d.cs:26
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdGeVector3d obj)
Definition: OdGeVector3d.cs:26
static HandleRef getCPtr(OdGsMarkerArray obj)
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26
virtual bool isApplicable(OdRxObject pOverruledSubject)
static HandleRef getCPtr(OdDbEntity obj)
Definition: OdDbEntity.cs:26
static HandleRef getCPtr(OdDbFullSubentPathArray obj)
static HandleRef getCPtr(OdDbFullSubentPath obj)
static HandleRef getCPtr(OdDbObjectIdArray obj)
delegate void SwigDelegateOdDbSubentityOverrule_14(IntPtr pSubject, int status, global::System.IntPtr subentity)
delegate IntPtr SwigDelegateOdDbSubentityOverrule_11(IntPtr pSubject, global::System.IntPtr id)
virtual OdResult getGripPointsAtSubentPath(OdDbEntity pSubject, OdDbFullSubentPath path, OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, UInt32 bitflags)
delegate IntPtr SwigDelegateOdDbSubentityOverrule_1()
virtual OdResult getCompoundObjectTransform(OdDbEntity pSubject, OdGeMatrix3d xMat)
delegate int SwigDelegateOdDbSubentityOverrule_6(IntPtr pSubject, global::System.IntPtr path, global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, UInt32 bitflags)
delegate int SwigDelegateOdDbSubentityOverrule_13(IntPtr pSubject, global::System.IntPtr path, global::System.IntPtr extents)
delegate int SwigDelegateOdDbSubentityOverrule_8(IntPtr pSubject, int type, IntPtr gsMark, global::System.IntPtr pickPoint, global::System.IntPtr viewXform, global::System.IntPtr subentPaths, global::System.IntPtr pEntAndInsertStack)
override void Dispose(bool disposing)
delegate int SwigDelegateOdDbSubentityOverrule_9(IntPtr pSubject, int type, IntPtr gsMark, global::System.IntPtr pickPoint, global::System.IntPtr viewXform, global::System.IntPtr subentPaths)
delegate IntPtr SwigDelegateOdDbSubentityOverrule_0(IntPtr protocolClass)
virtual OdResult getSubentClassId(OdDbEntity pSubject, OdDbFullSubentPath path, IntPtr clsId)
delegate int SwigDelegateOdDbSubentityOverrule_10(IntPtr pSubject, global::System.IntPtr subPath, global::System.IntPtr gsMarkers)
virtual OdResult deleteSubentPaths(OdDbEntity pSubject, OdDbFullSubentPathArray paths)
virtual OdResult addSubentPaths(OdDbEntity pSubject, OdDbFullSubentPathArray paths)
virtual OdResult getSubentPathGeomExtents(OdDbEntity pSubject, OdDbFullSubentPath path, OdGeExtents3d extents)
delegate int SwigDelegateOdDbSubentityOverrule_12(IntPtr pSubject, global::System.IntPtr xMat)
static OdDbSubentityOverrule cast(OdRxObject pObj)
static OdDbSubentityOverrule createObject()
delegate int SwigDelegateOdDbSubentityOverrule_5(IntPtr pSubject, global::System.IntPtr paths, global::System.IntPtr xform)
virtual OdDbEntity subentPtr(OdDbEntity pSubject, OdDbFullSubentPath id)
virtual OdResult moveGripPointsAtSubentPaths(OdDbEntity pSubject, OdDbFullSubentPathArray paths, OdDbVoidPtrArray gripAppData, OdGeVector3d offset, UInt32 bitflags)
virtual OdResult getGsMarkersAtSubentPath(OdDbEntity pSubject, OdDbFullSubentPath subPath, OdGsMarkerArray gsMarkers)
virtual void subentGripStatus(OdDbEntity pSubject, GripStat status, OdDbFullSubentPath subentity)
virtual OdResult getSubentPathsAtGsMarker(OdDbEntity pSubject, Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d viewXform, OdDbFullSubentPathArray subentPaths, OdDbObjectIdArray pEntAndInsertStack)
static string getRealClassName(IntPtr ptr)
virtual OdResult transformSubentPathsBy(OdDbEntity pSubject, OdDbFullSubentPathArray paths, OdGeMatrix3d xform)
delegate int SwigDelegateOdDbSubentityOverrule_4(IntPtr pSubject, global::System.IntPtr paths)
delegate int SwigDelegateOdDbSubentityOverrule_3(IntPtr pSubject, global::System.IntPtr paths)
override OdRxObject queryX(OdRxClass protocolClass)
virtual OdResult getSubentPathsAtGsMarker(OdDbEntity pSubject, Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d viewXform, OdDbFullSubentPathArray subentPaths)
delegate int SwigDelegateOdDbSubentityOverrule_7(IntPtr pSubject, global::System.IntPtr paths, global::System.IntPtr gripAppData, global::System.IntPtr offset, UInt32 bitflags)
static HandleRef getCPtr(OdDbSubentityOverrule obj)
delegate int SwigDelegateOdDbSubentityOverrule_15(IntPtr pSubject, global::System.IntPtr path, IntPtr clsId)
OdDbSubentityOverrule(IntPtr cPtr, bool cMemoryOwn)
delegate bool SwigDelegateOdDbSubentityOverrule_2(IntPtr pOverruledSubject)
static global::System.Exception Retrieve()
static int OdDbSubentityOverrule_deleteSubentPaths(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbSubentityOverrule_moveGripPointsAtSubentPathsSwigExplicitOdDbSubentityOverrule(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, UInt32 jarg6)
static int OdDbSubentityOverrule_getCompoundObjectTransform(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbSubentityOverrule_deleteSubentPathsSwigExplicitOdDbSubentityOverrule(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr OdDbSubentityOverrule_queryXSwigExplicitOdDbSubentityOverrule(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdDbSubentityOverrule_cast(HandleRef jarg1)
static int OdDbSubentityOverrule_getGripPointsAtSubentPath(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, double jarg5, int jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, UInt32 jarg8)
static void delete_OdDbSubentityOverrule(HandleRef jarg1)
static int OdDbSubentityOverrule_addSubentPathsSwigExplicitOdDbSubentityOverrule(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbSubentityOverrule_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_0 delegate0, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_1 delegate1, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_2 delegate2, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_3 delegate3, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_4 delegate4, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_5 delegate5, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_6 delegate6, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_7 delegate7, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_8 delegate8, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_9 delegate9, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_10 delegate10, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_11 delegate11, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_12 delegate12, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_13 delegate13, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_14 delegate14, OdDbSubentityOverrule.SwigDelegateOdDbSubentityOverrule_15 delegate15)
static IntPtr OdDbSubentityOverrule_createObject()
static int OdDbSubentityOverrule_getSubentPathsAtGsMarker__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 OdDbSubentityOverrule_getSubentPathGeomExtentsSwigExplicitOdDbSubentityOverrule(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDbSubentityOverrule_getSubentClassId(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, IntPtr jarg4)
static int OdDbSubentityOverrule_getGsMarkersAtSubentPath(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDbSubentityOverrule_moveGripPointsAtSubentPaths(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, UInt32 jarg6)
static int OdDbSubentityOverrule_getCompoundObjectTransformSwigExplicitOdDbSubentityOverrule(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbSubentityOverrule_subentGripStatus(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDbSubentityOverrule_transformSubentPathsBy(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDbSubentityOverrule_getSubentPathGeomExtents(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static IntPtr OdDbSubentityOverrule_subentPtr(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbSubentityOverrule_getGripPointsAtSubentPathSwigExplicitOdDbSubentityOverrule(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, double jarg5, int jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, UInt32 jarg8)
static void OdDbSubentityOverrule_subentGripStatusSwigExplicitOdDbSubentityOverrule(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDbSubentityOverrule_transformSubentPathsBySwigExplicitOdDbSubentityOverrule(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDbSubentityOverrule_getSubentPathsAtGsMarkerSwigExplicitOdDbSubentityOverrule__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 IntPtr OdDbSubentityOverrule_desc()
static int OdDbSubentityOverrule_getSubentClassIdSwigExplicitOdDbSubentityOverrule(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, IntPtr jarg4)
static int OdDbSubentityOverrule_getGsMarkersAtSubentPathSwigExplicitOdDbSubentityOverrule(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static string OdDbSubentityOverrule_getRealClassName(IntPtr jarg1)
static int OdDbSubentityOverrule_getSubentPathsAtGsMarkerSwigExplicitOdDbSubentityOverrule__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)
static IntPtr OdDbSubentityOverrule_isA(HandleRef jarg1)
static int OdDbSubentityOverrule_getSubentPathsAtGsMarker__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)
static IntPtr OdDbSubentityOverrule_isASwigExplicitOdDbSubentityOverrule(HandleRef jarg1)
static int OdDbSubentityOverrule_addSubentPaths(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr OdDbSubentityOverrule_subentPtrSwigExplicitOdDbSubentityOverrule(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr OdDbSubentityOverrule_queryX(HandleRef jarg1, HandleRef jarg2)