Extended .NET SDK Documentation 2024 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
47 return ret;
48 }
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
74 return ret;
75 }
76
77 public virtual void AddInputContextReactor(CFxInputContextReactor pReactor) {
80 }
81
85 }
86
87 public virtual void AddTracker(CFxTracker pTracker, bool bPermanent) {
90 }
91
92 public virtual void RemoveTracker(CFxTracker pTracker) {
95 }
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
104 public virtual bool IsUpdateTrackersActive() {
107 return ret;
108 }
109
110 public virtual bool IsDrawTrackersActive() {
113 return ret;
114 }
115
116 public virtual void AddGrVecsVector(CFxView pView, int color, OdGePoint3d start, OdGePoint3d end, int flag) {
119 }
120
121 public virtual OdGePoint3d GetPrimaryPoint() {
124 return ret;
125 }
126
130 return ret;
131 }
132
133 public virtual OdGePoint3d GetBasePoint() {
134 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetBasePoint(swigCPtr);
135 OdGePoint3d ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGePoint3d(cPtr, false);
137 return ret;
138 }
139
140 public virtual void SetBasePoint(OdGePoint3d pBasePoint) {
143 }
144
145 public virtual void SetRubberLinePoint(OdGePoint3d pRubberLinePoint) {
148 }
149
151 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetOtrackPoint(swigCPtr);
152 CFxOtrackPoint ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxOtrackPoint(cPtr, false);
154 return ret;
155 }
156
160 return ret;
161 }
162
166 return ret;
167 }
168
169 public virtual OdGePoint3d GetCursorPoint() {
172 return ret;
173 }
174
178 return ret;
179 }
180
181 public virtual CFxOrthoPoint GetOrthoPoint() {
182 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetOrthoPoint(swigCPtr);
183 CFxOrthoPoint ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxOrthoPoint(cPtr, false);
185 return ret;
186 }
187
188 public virtual CFxOsnapPoint GetOsnapPoint(bool bCalculate) {
189 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetOsnapPoint(swigCPtr, bCalculate);
190 CFxOsnapPoint ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxOsnapPoint(cPtr, false);
192 return ret;
193 }
194
195 public virtual void SetOsnapPoint(CFxOsnapPoint pOsnap) {
198 }
199
200 public virtual void SetOsnapPoint(CFxOsnapPoint.OsnapMode osnapMode, OdGePoint3d point, OdDbFullSubentPath first, OdDbFullSubentPath second) {
203 }
204
206 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetSelectionSet__SWIG_0(swigCPtr, (int)mode);
207 CFxSelectionSet ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxSelectionSet(cPtr, false);
209 return ret;
210 }
211
213 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetSelectionSet__SWIG_1(swigCPtr);
214 CFxSelectionSet ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxSelectionSet(cPtr, false);
216 return ret;
217 }
218
220 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetSelectionSetCopy(swigCPtr, (int)mode);
221 CFxSelectionSet ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxSelectionSet(cPtr, false);
223 return ret;
224 }
225
226 public virtual void EnableOsnapCalculation(bool bVal) {
229 }
230
231 public virtual bool IsOsnapCalculationEnabled() {
234 return ret;
235 }
236
237 public virtual void EnableOtrackCalculation(bool bVal) {
240 }
241
242 public virtual bool IsOtrackCalculationEnabled() {
245 return ret;
246 }
247
248 public virtual void EnableOrthoCalculation(bool bVal) {
251 }
252
253 public virtual bool IsOrthoCalculationEnabled() {
256 return ret;
257 }
258
259 public virtual void EnableGripsCalculation(bool bVal) {
262 }
263
264 public virtual bool IsGripsCalculationEnabled() {
267 return ret;
268 }
269
270 public virtual void EnableSnapCalculation(bool bVal) {
273 }
274
275 public virtual bool IsSnapCalculationEnabled() {
278 return ret;
279 }
280
281 public virtual bool IsOtrackPolarCalculationEnabled() {
284 return ret;
285 }
286
287 public virtual bool IsCursorSnapping() {
290 return ret;
291 }
292
293 public virtual void EnableOtrackPolarCalculation(bool bVal) {
296 }
297
298 public virtual Int16 GetCurrentOSMODE() {
299// test csout
300 /*SIMPLETYPE*/
303 return ret;
304 }
305
306 public virtual void SetCurrentOSMODE(Int16 /*SIMPLETYPE*/ iNewMode) {
307 PCADGlobalsPINVOKE.CFxInputPointManager_SetCurrentOSMODE(swigCPtr, iNewMode /*SIMPLETYPE*/);
309 }
310
311 public virtual OdGePlane GetWorkingPlane() {
314 return ret;
315 }
316
317 public virtual void AddOtrackBasePoint(CFxOsnapPoint arg0, bool ignoreOtrack) {
320 }
321
322 public virtual void AddOtrackBasePoint(CFxOsnapPoint arg0) {
325 }
326
327 public virtual void ClearOtrackBasePoints() {
330 }
331
332 public virtual void SkipCurrentInputPoint(bool skip) {
335 }
336
337 public virtual void SkipCurrentInputPoint() {
340 }
341
342 public virtual CFxDocument GetFxDocument() {
343 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetFxDocument(swigCPtr);
344 CFxDocument ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxDocument(cPtr, false);
346 return ret;
347 }
348
352 return ret;
353 }
354
355 public virtual void GetWorkingPlaneSystem(OdGePoint3d origin, OdGeVector3d xAxis, OdGeVector3d yAxis) {
358 }
359
360 public static void GetCursorSystem(CFxView pFxView, OdGePoint3d ptOrigin, OdGeVector3d xAxis, OdGeVector3d yAxis) {
363 }
364
365 public static void GetElevatedUcsPlane(CFxView pFxView, OdGePoint3d ptOrigin, OdGeVector3d xAxis, OdGeVector3d yAxis) {
368 }
369
370 public static void GetWorkPlane(CFxView pFxView, OdGePoint3d ptOrigin, OdGeVector3d xAxis, OdGeVector3d yAxis) {
373 }
374
375 public virtual void AllowAbortOperation(bool bVal) {
378 }
379
380 public virtual bool OperationAborted() {
383 return ret;
384 }
385
386 public virtual void ResetAbortOperation(bool bSet, uint iInterval) {
389 }
390
391 public virtual bool CalculateWCSToSnapMatrix(OdGePoint2d unitsUCS, OdGeMatrix3d result, OdGeMatrix3d wcs2ucs, OdGePlane planeUCS) {
394 return ret;
395 }
396
397 public virtual bool CalculateWCSToSnapMatrix(OdGePoint2d unitsUCS, OdGeMatrix3d result, OdGeMatrix3d wcs2ucs) {
400 return ret;
401 }
402
403 public virtual bool CalculateWCSToSnapMatrix(OdGePoint2d unitsUCS, OdGeMatrix3d result) {
406 return ret;
407 }
408
409 public virtual void SetPrimaryPoint(OdGePoint3d pt, bool bForceUpdate) {
412 }
413
414 public virtual void SetPrimaryPoint(OdGePoint3d pt) {
417 }
418
419 public virtual void CacheMe(CFxTracker pTracker, bool bAddToCache, int iPriority) {
420 PCADGlobalsPINVOKE.CFxInputPointManager_CacheMe(swigCPtr, CFxTracker.getCPtr(pTracker), bAddToCache, iPriority);
422 }
423
425 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetRibbonContextualState(swigCPtr);
426 CFxRibbonContextualState ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxRibbonContextualState(cPtr, false);
428 return ret;
429 }
430
431 public virtual void SetRibbonContextualState(CFxRibbonContextualState pContextualState) {
434 }
435
437 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetDraggingPreview(swigCPtr);
438 SWIGTYPE_p_CFxDraggingPreview ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_CFxDraggingPreview(cPtr, false);
440 return ret;
441 }
442
443 public virtual void SetDraggingPreview(SWIGTYPE_p_CFxDraggingPreview pDraggingPreview) {
446 }
447
449 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputPointManager_GetLastOsnapPoint(swigCPtr);
450 CFxOsnapPoint ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxOsnapPoint(cPtr, false);
452 return ret;
453 }
454
455 public enum EntitiesMode {
456 eByAPERTURE = 1,
457 eByPICKBOX = 2,
458 eByFramePreview = 3,
460 }
461
462}
463
464}
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 OdGePoint3d GetPrimaryClickPoint()
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)
Definition: OdGeMatrix3d.cs:26
static HandleRef getCPtr(OdGePlane obj)
Definition: OdGePlane.cs:25
static HandleRef getCPtr(OdGePoint2d obj)
Definition: OdGePoint2d.cs:26
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdGeVector3d obj)
Definition: OdGeVector3d.cs:26
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26
static HandleRef getCPtr(OdDbFullSubentPath obj)