Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CFxInputPointManager.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 PCAD_DOT_NET {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16using Teigha.TD;
17
19 private Object locker = new Object();
20 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 public CFxInputPointManager(IntPtr cPtr, bool cMemoryOwn) : base(PCADGlobalsPINVOKE.CFxInputPointManager_SWIGUpcast(cPtr), cMemoryOwn) {
23 swigCPtr = new HandleRef(this, cPtr);
24 }
25
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 public static HandleRef getCPtr(CFxInputPointManager obj) {
28 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
29 }
30
31 protected override void Dispose(bool disposing) {
32 lock(this) {
33 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
34 if (swigCMemOwn) {
35 swigCMemOwn = false;
37 }
38 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
39 }
40 base.Dispose(disposing);
41 }
42 }
43
49
50 public new static OdRxClass desc() {
51 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),PCADGlobalsPINVOKE.CFxInputPointManager_desc(),false); /*createInt 3_2*/
52
54 return ret;
55}
56
57 public override OdRxClass isA() {
58 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),PCADGlobalsPINVOKE.CFxInputPointManager_isA(swigCPtr),false); /*createInt 3_2*/
59
61 return ret;
62}
63
64 public override OdRxObject queryX(OdRxClass protocolClass) {
65 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),PCADGlobalsPINVOKE.CFxInputPointManager_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass)),false); /*createInt 3_2*/
66
68 return ret;
69}
70
76
81
86
87 public virtual void AddTracker(CFxTracker pTracker, bool bPermanent) {
90 }
91
96
97 public virtual CFxHitTestInfo GetHitTestInfo() {
98 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetHitTestInfo(swigCPtr);
99 CFxHitTestInfo ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxHitTestInfo(cPtr, false);
101 return ret;
102 }
103
109
115
120
127
134
135 public virtual OdGePoint3d GetBasePoint() {
136 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetBasePoint(swigCPtr);
137 OdGePoint3d ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGePoint3d(cPtr, false);
139 return ret;
140 }
141
146
151
153 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetOtrackPoint(swigCPtr);
154 CFxOtrackPoint ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxOtrackPoint(cPtr, false);
156 return ret;
157 }
158
165
172
179
186
187 public virtual CFxOrthoPoint GetOrthoPoint() {
188 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetOrthoPoint(swigCPtr);
189 CFxOrthoPoint ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxOrthoPoint(cPtr, false);
191 return ret;
192 }
193
194 public virtual CFxOsnapPoint GetOsnapPoint(bool bCalculate) {
195 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetOsnapPoint(swigCPtr, bCalculate);
196 CFxOsnapPoint ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxOsnapPoint(cPtr, false);
198 return ret;
199 }
200
205
210
212 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetSelectionSet__SWIG_0(swigCPtr, (int)mode);
213 CFxSelectionSet ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxSelectionSet(cPtr, false);
215 return ret;
216 }
217
219 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetSelectionSet__SWIG_1(swigCPtr);
220 CFxSelectionSet ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxSelectionSet(cPtr, false);
222 return ret;
223 }
224
226 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetSelectionSetCopy(swigCPtr, (int)mode);
227 CFxSelectionSet ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxSelectionSet(cPtr, false);
229 return ret;
230 }
231
236
242
247
253
258
264
269
275
280
286
292
298
303
304 public virtual Int16 GetCurrentOSMODE() {
305// test csout
306 /*SIMPLETYPE*/
309 return ret;
310 }
311
312 public virtual void SetCurrentOSMODE(Int16 iNewMode) {
313 PCADGlobalsPINVOKE.CFxInputPointManager_SetCurrentOSMODE(swigCPtr, iNewMode /*SIMPLETYPE*/);
315 }
316
322
327
332
337
342
347
348 public virtual CFxDocument GetFxDocument() {
349 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetFxDocument(swigCPtr);
350 CFxDocument ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxDocument(cPtr, false);
352 return ret;
353 }
354
360
365
370
375
380
385
391
392 public virtual void ResetAbortOperation(bool bSet, uint iInterval) {
395 }
396
402
408
414
419
424
425 public virtual void CacheMe(CFxTracker pTracker, bool bAddToCache, int iPriority) {
426 PCADGlobalsPINVOKE.CFxInputPointManager_CacheMe(swigCPtr, CFxTracker.getCPtr(pTracker), bAddToCache, iPriority);
428 }
429
431 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetRibbonContextualState(swigCPtr);
432 CFxRibbonContextualState ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxRibbonContextualState(cPtr, false);
434 return ret;
435 }
436
441
443 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetDraggingPreview(swigCPtr);
444 SWIGTYPE_p_CFxDraggingPreview ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_CFxDraggingPreview(cPtr, false);
446 return ret;
447 }
448
453
455 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetLastOsnapPoint(swigCPtr);
456 CFxOsnapPoint ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxOsnapPoint(cPtr, false);
458 return ret;
459 }
460
461 public enum EntitiesMode {
462 eByAPERTURE = 1,
463 eByPICKBOX = 2,
464 eByFramePreview = 3,
466 }
467
468}
469
470}
static HandleRef getCPtr(CFxInputContextReactor obj)
virtual void SetRubberLinePoint(OdGePoint3d pRubberLinePoint)
virtual void EnableOrthoCalculation(bool bVal)
virtual void RemoveInputContextReactor(CFxInputContextReactor pReact)
virtual OdGePoint3d GetRubberLineClickPoint()
virtual void RemoveTracker(CFxTracker pTracker)
virtual void EnableSnapCalculation(bool bVal)
virtual void EnableOsnapCalculation(bool bVal)
virtual void SetPrimaryPoint(OdGePoint3d pt)
virtual CFxOsnapPoint GetLastOsnapPoint()
virtual void SkipCurrentInputPoint(bool skip)
virtual void AddGrVecsVector(CFxView pView, int color, OdGePoint3d start, OdGePoint3d end, int flag)
CFxInputPointManager(IntPtr cPtr, bool cMemoryOwn)
virtual SWIGTYPE_p_CFxDraggingPreview GetDraggingPreview()
virtual CFxSelectionSet GetSelectionSetCopy(CFxInputPointManager.EntitiesMode mode)
virtual CFxOsnapPoint GetOsnapPoint(bool bCalculate)
virtual void CacheMe(CFxTracker pTracker, bool bAddToCache, int iPriority)
virtual CFxHitTestInfo GetHitTestInfo()
virtual void SetDraggingPreview(SWIGTYPE_p_CFxDraggingPreview pDraggingPreview)
override void Dispose(bool disposing)
virtual bool CalculateWCSToSnapMatrix(OdGePoint2d unitsUCS, OdGeMatrix3d result, OdGeMatrix3d wcs2ucs, OdGePlane planeUCS)
virtual CFxSelectionSet GetSelectionSet()
virtual void SetPrimaryPoint(OdGePoint3d pt, bool bForceUpdate)
virtual void EnableOtrackCalculation(bool bVal)
static void GetElevatedUcsPlane(CFxView pFxView, OdGePoint3d ptOrigin, OdGeVector3d xAxis, OdGeVector3d yAxis)
virtual void SetCurrentOSMODE(Int16 iNewMode)
static void GetWorkPlane(CFxView pFxView, OdGePoint3d ptOrigin, OdGeVector3d xAxis, OdGeVector3d yAxis)
static SWIGTYPE_p_OdSmartPtrT_CFxInputPointManager_t cast(OdRxObject pObj)
virtual CFxRibbonContextualState GetRibbonContextualState()
static void GetCursorSystem(CFxView pFxView, OdGePoint3d ptOrigin, OdGeVector3d xAxis, OdGeVector3d yAxis)
static HandleRef getCPtr(CFxInputPointManager obj)
virtual void AddTracker(CFxTracker pTracker, bool bPermanent)
virtual OdGeMatrix3d WorldToWorkingPlaneMatrix()
virtual void SetOsnapPoint(CFxOsnapPoint pOsnap)
virtual bool CalculateWCSToSnapMatrix(OdGePoint2d unitsUCS, OdGeMatrix3d result)
override OdRxObject queryX(OdRxClass protocolClass)
virtual CFxSelectionSet GetSelectionSet(CFxInputPointManager.EntitiesMode mode)
virtual void GetWorkingPlaneSystem(OdGePoint3d origin, OdGeVector3d xAxis, OdGeVector3d yAxis)
virtual void AddInputContextReactor(CFxInputContextReactor pReactor)
virtual void SetRibbonContextualState(CFxRibbonContextualState pContextualState)
virtual CFxOtrackPoint GetOtrackPoint()
virtual void AddOtrackBasePoint(CFxOsnapPoint arg0)
virtual bool CalculateWCSToSnapMatrix(OdGePoint2d unitsUCS, OdGeMatrix3d result, OdGeMatrix3d wcs2ucs)
virtual void EnableGripsCalculation(bool bVal)
virtual void AllowAbortOperation(bool bVal)
virtual void SetBasePoint(OdGePoint3d pBasePoint)
virtual void SetOsnapPoint(CFxOsnapPoint.OsnapMode osnapMode, OdGePoint3d point, OdDbFullSubentPath first, OdDbFullSubentPath second)
virtual void AddOtrackBasePoint(CFxOsnapPoint arg0, bool ignoreOtrack)
virtual void ResetAbortOperation(bool bSet, uint iInterval)
virtual void EnableOtrackPolarCalculation(bool bVal)
static SWIGTYPE_p_OdSmartPtrT_CFxInputPointManager_t createObject()
static HandleRef getCPtr(CFxOsnapPoint obj)
static HandleRef getCPtr(CFxRibbonContextualState obj)
static HandleRef getCPtr(CFxTracker obj)
Definition CFxTracker.cs:28
static HandleRef getCPtr(CFxView obj)
Definition CFxView.cs:27
static void delete_CFxInputPointManager(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_SetOsnapPoint__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputPointManager_SetCurrentOSMODE(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static void CFxInputPointManager_SetBasePoint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxInputPointManager_IsOsnapCalculationEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr CFxInputPointManager_isA(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxInputPointManager_GetOsnapPoint(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxInputPointManager_GetCursorSystem(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static global::System.IntPtr CFxInputPointManager_GetSelectionSet__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr CFxInputPointManager_GetWorkingPlane(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_ClearOtrackBasePoints(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxInputPointManager_GetBasePoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxInputPointManager_GetRubberLineClickPoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_AllowAbortOperation(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxInputPointManager_AddTracker(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static global::System.IntPtr CFxInputPointManager_GetOrthoPoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_EnableOtrackCalculation(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr CFxInputPointManager_GetDraggingPreview(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_SkipCurrentInputPoint__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_AddGrVecsVector(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, int jarg6)
static IntPtr CFxInputPointManager_desc()
static global::System.IntPtr CFxInputPointManager_GetFxDocument(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxInputPointManager_OperationAborted(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_RemoveTracker(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputPointManager_EnableOrthoCalculation(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxInputPointManager_AddOtrackBasePoint__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputPointManager_SetRibbonContextualState(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxInputPointManager_IsCursorSnapping(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxInputPointManager_createObject()
static bool CFxInputPointManager_IsSnapCalculationEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_SetPrimaryPoint__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputPointManager_SetRubberLinePoint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputPointManager_SkipCurrentInputPoint__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxInputPointManager_IsOtrackPolarCalculationEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxInputPointManager_IsDrawTrackersActive(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_ResetAbortOperation(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2, uint jarg3)
static void CFxInputPointManager_SetPrimaryPoint__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static global::System.IntPtr CFxInputPointManager_GetSelectionSetCopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr CFxInputPointManager_cast(HandleRef jarg1)
static global::System.IntPtr CFxInputPointManager_GetRibbonContextualState(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_AddInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputPointManager_GetWorkingPlaneSystem(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputPointManager_GetWorkPlane(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputPointManager_EnableOtrackPolarCalculation(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr CFxInputPointManager_GetLastOsnapPoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxInputPointManager_GetCursorClickPoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxInputPointManager_IsUpdateTrackersActive(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxInputPointManager_IsOtrackCalculationEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxInputPointManager_GetCursorPoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxInputPointManager_IsOrthoCalculationEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_SetOsnapPoint__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void CFxInputPointManager_EnableOsnapCalculation(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr CFxInputPointManager_WorldToWorkingPlaneMatrix(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxInputPointManager_GetPrimaryPoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxInputPointManager_GetSelectionSet__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_EnableGripsCalculation(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static IntPtr CFxInputPointManager_queryX(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void CFxInputPointManager_RemoveInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxInputPointManager_GetHitTestInfo(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxInputPointManager_CalculateWCSToSnapMatrix__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static bool CFxInputPointManager_IsGripsCalculationEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxInputPointManager_CalculateWCSToSnapMatrix__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr CFxInputPointManager_GetPrimaryClickPoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_GetElevatedUcsPlane(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static Int16 CFxInputPointManager_GetCurrentOSMODE(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_SetDraggingPreview(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxInputPointManager_GetRubberLinePoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputPointManager_AddOtrackBasePoint__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static global::System.IntPtr CFxInputPointManager_GetOtrackPoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxInputPointManager_CalculateWCSToSnapMatrix__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void CFxInputPointManager_EnableSnapCalculation(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxInputPointManager_CacheMe(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3, int jarg4)
static HandleRef getCPtr(OdGeMatrix3d obj)
static HandleRef getCPtr(OdGePlane obj)
Definition OdGePlane.cs:25
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeVector3d obj)
static HandleRef getCPtr(OdRxClass obj)
Definition OdRxClass.cs:25
OdRxObject(IntPtr cPtr, bool cMemoryOwn)
Definition OdRxObject.cs:21
static HandleRef getCPtr(OdRxObject obj)
Definition OdRxObject.cs:26
static HandleRef getCPtr(OdDbFullSubentPath obj)