Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
PCADGlobals.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
13 using System;
14 using System.Runtime.InteropServices;
15 using Teigha.Core;
16 using Teigha.TD;
17
18public class PCADGlobals {
19 public static CFxAPI FXAPI() {
20 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.FXAPI();
21 CFxAPI ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxAPI(cPtr, false);
23 return ret;
24 }
25
27 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetFxSystemServices();
28 CFxSystemServices ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxSystemServices(cPtr, false);
30 return ret;
31 }
32
33 public static CFxUserIO GetFxUserIO(OdEdCommandContext pCmdCtx) {
34 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetFxUserIO(OdEdCommandContext.getCPtr(pCmdCtx));
35 CFxUserIO ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxUserIO(cPtr, false);
37 return ret;
38 }
39
40 public static int NullViewportKey {
41 get {
44 return ret;
45 }
46 }
47
48 public static void GetPaperProperties(OdDbPlotSettings pLayout, OdGePoint3dArray points, OdGePoint3dArray margins) {
51 }
52
54 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetActiveFxView(OdEdCommandContext.getCPtr(pCmdCtx));
55 CFxView ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxView(cPtr, false);
57 return ret;
58 }
59
61 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CreateSelectionSet(OdEdCommandContext.getCPtr(pCmdCtx));
62 CFxSelectionSet ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxSelectionSet(cPtr, false);
64 return ret;
65 }
66
67 public static CFxDocument ACTIVE_DOCUMENT() {
68 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.ACTIVE_DOCUMENT();
69 CFxDocument ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxDocument(cPtr, false);
71 return ret;
72 }
73
75 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetFxScriptEngine();
76 CFxScriptEngine ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxScriptEngine(cPtr, false);
78 return ret;
79 }
80
82 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetFxCommandContext(OdEdCommandContext.getCPtr(pCmdCtx));
83 CFxCommandContext ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxCommandContext(cPtr, false);
85 return ret;
86 }
87
89 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.fxToolBars();
90 CFxMainFrame.CFxToolBars ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxMainFrame.CFxToolBars(cPtr, false);
92 return ret;
93 }
94
95 public static bool IsEqual(CFxString s1, CFxString s2) {
98 return ret;
99 }
100
101 public static bool IsNotEqual(CFxString s1, SWIGTYPE_p_QString s2) {
104 return ret;
105 }
106
107 public static bool IsNotEqual(CFxString s1, CFxString s2) {
110 return ret;
111 }
112
114 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetFxLicenseInfo();
115 CFxLicenseInfo ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxLicenseInfo(cPtr, false);
117 return ret;
118 }
119
121 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetCFxPluginModuleInternal();
122 CFxPluginModuleInternal ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPluginModuleInternal(cPtr, false);
124 return ret;
125 }
126
127 public static double kMAX_VALID_DEPTH_RANGE {
128 get {
131 return ret;
132 }
133 }
134
135 public static void RedrawEntity(OdDbObject pObject, DrawMode addModes, DrawMode removeModes, IntPtr /*SIMPLETYPE*/ gsMarker) {
136 PCADGlobalsPINVOKE.RedrawEntity__SWIG_0(OdDbObject.getCPtr(pObject), (int)addModes, (int)removeModes, gsMarker /*SIMPLETYPE*/);
138 }
139
140 public static void RedrawEntity(OdDbObject pObject, DrawMode addModes, DrawMode removeModes) {
141 PCADGlobalsPINVOKE.RedrawEntity__SWIG_1(OdDbObject.getCPtr(pObject), (int)addModes, (int)removeModes);
143 }
144
145 public static void FxNoop() {
148 }
149
150 public static void ArgonAssertFuncA(string cpFile, int iLine, string cpExpr, string cpComment, bool /*SIMPLETYPE*/ pbIgnoreThis) {
151 PCADGlobalsPINVOKE.ArgonAssertFuncA__SWIG_0(cpFile, iLine, cpExpr, cpComment, pbIgnoreThis /*SIMPLETYPE*/);
153 }
154
155 public static void ArgonAssertFuncA(string cpFile, int iLine, string cpExpr, string cpComment) {
156 PCADGlobalsPINVOKE.ArgonAssertFuncA__SWIG_1(cpFile, iLine, cpExpr, cpComment);
158 }
159
160 public static void ArgonAssertFuncW(SWIGTYPE_p___wchar_t cpFile, int iLine, SWIGTYPE_p___wchar_t cpExpr, SWIGTYPE_p___wchar_t cpComment, bool /*SIMPLETYPE*/ pbIgnoreThis) {
161 PCADGlobalsPINVOKE.ArgonAssertFuncW__SWIG_0(SWIGTYPE_p___wchar_t.getCPtr(cpFile), iLine, SWIGTYPE_p___wchar_t.getCPtr(cpExpr), SWIGTYPE_p___wchar_t.getCPtr(cpComment), pbIgnoreThis /*SIMPLETYPE*/);
163 }
164
165 public static void ArgonAssertFuncW(SWIGTYPE_p___wchar_t cpFile, int iLine, SWIGTYPE_p___wchar_t cpExpr, SWIGTYPE_p___wchar_t cpComment) {
166 PCADGlobalsPINVOKE.ArgonAssertFuncW__SWIG_1(SWIGTYPE_p___wchar_t.getCPtr(cpFile), iLine, SWIGTYPE_p___wchar_t.getCPtr(cpExpr), SWIGTYPE_p___wchar_t.getCPtr(cpComment));
168 }
169
170 public static void ArgonAssertFuncW(String cpFile, int iLine, String cpExpr, String cpComment, bool /*SIMPLETYPE*/ pbIgnoreThis) {
171 PCADGlobalsPINVOKE.ArgonAssertFuncW__SWIG_2(cpFile, iLine, cpExpr, cpComment, pbIgnoreThis /*SIMPLETYPE*/);
173 }
174
175 public static void ArgonAssertFuncW(String cpFile, int iLine, String cpExpr, String cpComment) {
176 PCADGlobalsPINVOKE.ArgonAssertFuncW__SWIG_3(cpFile, iLine, cpExpr, cpComment);
178 }
179
180 public static bool ArgonVerifyFuncA(bool exp, string cpFile, int iLine, string cpExpr, string cpComment) {
181 bool ret = PCADGlobalsPINVOKE.ArgonVerifyFuncA(exp, cpFile, iLine, cpExpr, cpComment);
183 return ret;
184 }
185
186 public static bool ArgonVerifyFuncW(bool exp, SWIGTYPE_p___wchar_t cpFile, int iLine, SWIGTYPE_p___wchar_t cpExpr, SWIGTYPE_p___wchar_t cpComment) {
187 bool ret = PCADGlobalsPINVOKE.ArgonVerifyFuncW__SWIG_0(exp, SWIGTYPE_p___wchar_t.getCPtr(cpFile), iLine, SWIGTYPE_p___wchar_t.getCPtr(cpExpr), SWIGTYPE_p___wchar_t.getCPtr(cpComment));
189 return ret;
190 }
191
192 public static bool ArgonVerifyFuncW(bool exp, String cpFile, int iLine, String cpExpr, String cpComment) {
193 bool ret = PCADGlobalsPINVOKE.ArgonVerifyFuncW__SWIG_1(exp, cpFile, iLine, cpExpr, cpComment);
195 return ret;
196 }
197
198 public static void SetIgnoreAll(bool bIgnore) {
201 }
202
203 public static bool IsAllIgnored() {
204 bool ret = PCADGlobalsPINVOKE.IsAllIgnored();
206 return ret;
207 }
208
209 public static void UseCustomAssert(bool bUse) {
212 }
213
214 public static bool IsCustomAssertUsed() {
217 return ret;
218 }
219
220 public static void FxCIPRecordAssertion(string cpFile, int iLine, string cpExpr) {
221 PCADGlobalsPINVOKE.FxCIPRecordAssertion(cpFile, iLine, cpExpr);
223 }
224
225 public static OdResult FlatShotHL(OdDbEntityPtrArray input, OdGePoint3d eye_pos, OdGePoint3d target_pos, bool bPersepcitveProjection, SWIGTYPE_p_OdArrayT_OdSharedPtrT_FxHLR__IHLData_t_t output) {
228 return ret;
229 }
230
232 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetFxLicenseManager();
233 CFxLicenseManager ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxLicenseManager(cPtr, false);
235 return ret;
236 }
237
238 public const int FDT_SIZEOF_LONG = 4;
239 public const int MAX_FLX = 10000;
240 public const int MAX_VIEW = 4;
241 public const int FDT_NONE = 0;
242 public const int FDT_MODIFY = 1;
243 public const int FDT_DELETE = 2;
244 public const int FDT_ADD = 4;
245 public const int RSG_NONULL = 0x001;
246 public const int RSG_NOZERO = 0x002;
247 public const int RSG_NONEG = 0x004;
248 public const int RSG_NOLIM = 0x008;
249 public const int RSG_GETZ = 0x010;
250 public const int RSG_DASH = 0x020;
251 public const int RSG_2D = 0x040;
252 public const int RSG_OTHER = 0x080;
253 public const int RSG_DDISTFIRST = 0x100;
254 public const int RSG_TRACKUCS = 0x200;
255 public const int RSG_NOORTHOZ = 0x400;
256 public const int RSG_NOOSNAP = 0x800;
257 public const int RSG_BUTTON = 0x10000000;
258 public const int RSG_NOBUTTON = 0x20000000;
259 public const int CUR_BIGCROSS = 1;
260 public const int CUR_SMALLCROSS = 2;
261 public const int CUR_WINDOW = 4;
262 public const int CUR_PICKBOX = 8;
263 public const int CUR_SNAPBOX = 16;
264 public const int CUR_RB_BAND = 32;
265 public const int CUR_DRB_BAND = 64;
266 public const int CUR_VBIGCROSS = 128;
267 public const int CUR_UCSWINDOW = 256;
268 public const int SN_NONE = 0;
269 public const int SN_END = 1;
270 public const int SN_MID = 2;
271 public const int SN_CEN = 4;
272 public const int SN_PNT = 8;
273 public const int SN_QUA = 16;
274 public const int SN_INT = 32;
275 public const int SN_INS = 64;
276 public const int SN_PER = 128;
277 public const int SN_TAN = 256;
278 public const int SN_NXT = 512;
279 public const int SN_GCEN = 1024;
280 public const int SN_APPINT = 2048;
281 public const int SN_FROM = 4096;
282 public const int SN_NON = 8192;
283 public const int GC_NOTVALID = 0;
284 public const int GC_USER_BREAK = 1;
285 public const int GC_VALUE = 2;
286 public const int GC_3DPOINT = 4;
287 public const int GC_STRING = 8;
288 public const int GC_CURSOR_MOVE = 16;
289 public const int GC_CHAR = 32;
290 public const int GC_SNAME = 64;
291 public const int GC_ENAME = 128;
292 public const int GC_ENAMEPNT = 256;
293 public const int GC_KWORD = 512;
294 public const int DRAG_VERT_LINE = 1;
295 public const int DRAG_HORZ_LINE = 2;
296 public const int DRAG_GEN_LINE1 = 4;
297 public const int DRAG_GEN_LINE2 = 8;
298 public const int DRAG_CIRC_RAD = 16;
299 public const int DRAG_CIRC_DIA1 = 32;
300 public const int DRAG_CIRC_DIA2 = 64;
301 public const int DRAG_ARC = 128;
302 public const int NOTIFY_NEW = 1;
303 public const int NOTIFY_BEFORE_OPEN = 2;
304 public const int NOTIFY_AFTER_OPEN = 3;
305 public const int NOTIFY_BEFORE_SAVE = 4;
306 public const int NOTIFY_AFTER_SAVE = 5;
307 public const int NOTIFY_BEFORE_CLOSE = 6;
308 public const int NOTIFY_AFTER_CLOSE = 7;
309 public const int NOTIFY_EXIT = 8;
310 public const int NOTIFY_CHDB = 9;
311 public const int NOTIFY_BEFORE_CMDCALL = 10;
312 public const int NOTIFY_AFTER_CMDCALL = 11;
313 public const int NOTIFY_PRESELECT = 12;
314 public const int NOTIFY_BEFORE_AUTOSAVE = 13;
315 public const int NOTIFY_AFTER_AUTOSAVE = 14;
316 public const int NOTIFY_BEFORE_XREFLOAD = 15;
317 public const int NOTIFY_AFTER_XREFLOAD = 16;
318 public const int NOTIFY_BEFORE_GRIPEDIT = 17;
319 public const int NOTIFY_AFTER_GRIPEDIT = 18;
320 public const int NOTIFY_SELECTHOOKEX_REMOVED = 19;
321 public const int NOTIFY_BEFORE_SW_DIMMOVE = 20;
322 public const int NOTIFY_AFTER_SW_DIMMOVE = 21;
323 public const int NOTIFY_BEFORE_SW_ENTMOVE = 22;
324 public const int NOTIFY_AFTER_SW_ENTMOVE = 23;
325 public const int TYPE_NON = 0xFFFF;
326 public const int TYPE_BMP = 0;
327 public const int TYPE_WMF = 1;
328 public const int TYPE_SLD = 2;
329 public const int OFV_FCAD = 0;
330 public const int OFV_DXF25 = 2;
331 public const int OFV_DXF26 = 8;
332 public const int OFV_DXF9 = 9;
333 public const int OFV_DXF10 = 10;
334 public const int OFV_DXF11 = 11;
335 public const int OFV_DXF12 = 12;
336 public const int OFV_DXF13 = 13;
337 public const int OFV_DXF14 = 14;
338 public const int OFV_DXF15 = 15;
339 public const int OFV_DXF18 = 18;
340 public const int OFV_DWG25 = 102;
341 public const int OFV_DWG26 = 108;
342 public const int OFV_DWG9 = 109;
343 public const int OFV_DWG10 = 110;
344 public const int OFV_DWG11 = 111;
345 public const int OFV_DWG12 = 112;
346 public const int OFV_DWG13 = 113;
347 public const int OFV_DWG14 = 114;
348 public const int OFV_DWG15 = 115;
349 public const int OFV_DWG18 = 118;
350 public const int OFV_MAXVER = 118;
351 public const int OFV_DWGOFFSET = 100;
352 public const int MCB_LBUTTON = 1;
353 public const int MCB_RBUTTON = 2;
354 public const int MCB_MBUTTON = 4;
355 public const int DESK_COLOR_BACKGROUND = 0;
356 public const int DESK_COLOR_HIGHLIGHT = 1;
357 public const int DESK_COLOR_CURSOR_X = 2;
358 public const int DESK_COLOR_CURSOR_Y = 3;
359 public const int DESK_COLOR_CURSOR_Z = 4;
360 public const int DESK_COLOR_DRAG = 5;
361 public const int RTNONE = 5000;
362 public const int RTREAL = 5001;
363 public const int RTPOINT = 5002;
364 public const int RTSHORT = 5003;
365 public const int RTANG = 5004;
366 public const int RTSTR = 5005;
367 public const int RTENAME = 5006;
368 public const int RTPICKS = 5007;
369 public const int RTORINT = 5008;
370 public const int RT3DPOINT = 5009;
371 public const int RTLONG = 5010;
372 public const int RTCOLOR = 5011;
373 public const int RTVOID = 5014;
374 public const int RTLB = 5016;
375 public const int RTLE = 5017;
376 public const int RTDOTE = 5018;
377 public const int RTNIL = 5019;
378 public const int RTDXF0 = 5020;
379 public const int RTT = 5021;
380 public const int RTBINARY = 5022;
381 public const int RTFUNC = 5023;
382 public const int RTNORM = 5100;
383 public const int RTMODELESS = 5027;
384 public const int RTMEMERR = (-5000);
385 public const int RTERROR = (-5001);
386 public const int RTCAN = (-5002);
387 public const int RTREJ = (-5003);
388 public const int RTFAIL = (-5004);
389 public const int RTKWORD = (-5005);
390 public const int RTINPUTTRUNCATED = (-5008);
391 public const int RTLOADONCALL = 0;
392 public const int RTPRELOAD = 1;
393 public const int RSRSLT = 1;
394 public const int RSERR = 3;
395 public const int KEY_STR_MAX = 255;
396 public const int CTRL_SELECT = 1;
397 public const int CTRL_LOST_FOCUS = 2;
398 public const int CTRL_DRAG = 3;
399 public const int CTRL_DOUBLE_CLICK = 4;
400 public const int CTRL_UPDATE = 5;
401 public const int DLG_CANCEL = 0;
402 public const int DLG_OK = 1;
403 public const int DLG_ALLDONE = -1;
404 public const int DLG_STATUS = 2;
405 public const int DLG_ERR_EXIST = -2;
406 public const int DLG_ERR_TOOMANY = -3;
407 public const int DLG_ERR_WRONGHANDLE = -4;
408 public const int TILE_STR_MAX = 40;
409 public const int TILE_STR_LIMIT = 2035;
410 public const int LAST_DWGDIRECT_UNDO_ID = 0x1000;
411}
412
413}
static HandleRef getCPtr(CFxString obj)
Definition: CFxString.cs:28
const int NOTIFY_BEFORE_AUTOSAVE
Definition: PCADGlobals.cs:314
static OdResult FlatShotHL(OdDbEntityPtrArray input, OdGePoint3d eye_pos, OdGePoint3d target_pos, bool bPersepcitveProjection, SWIGTYPE_p_OdArrayT_OdSharedPtrT_FxHLR__IHLData_t_t output)
Definition: PCADGlobals.cs:225
static void ArgonAssertFuncA(string cpFile, int iLine, string cpExpr, string cpComment, bool pbIgnoreThis)
Definition: PCADGlobals.cs:150
static CFxCommandContext GetFxCommandContext(OdEdCommandContext pCmdCtx)
Definition: PCADGlobals.cs:81
static CFxPluginModuleInternal GetCFxPluginModuleInternal()
Definition: PCADGlobals.cs:120
static CFxAPI FXAPI()
Definition: PCADGlobals.cs:19
const int DESK_COLOR_HIGHLIGHT
Definition: PCADGlobals.cs:356
static void ArgonAssertFuncW(String cpFile, int iLine, String cpExpr, String cpComment)
Definition: PCADGlobals.cs:175
static CFxSelectionSet CreateSelectionSet(OdEdCommandContext pCmdCtx)
Definition: PCADGlobals.cs:60
static CFxLicenseManager GetFxLicenseManager()
Definition: PCADGlobals.cs:231
const int NOTIFY_AFTER_CMDCALL
Definition: PCADGlobals.cs:312
const int LAST_DWGDIRECT_UNDO_ID
Definition: PCADGlobals.cs:410
const int NOTIFY_SELECTHOOKEX_REMOVED
Definition: PCADGlobals.cs:320
static CFxDocument ACTIVE_DOCUMENT()
Definition: PCADGlobals.cs:67
static int NullViewportKey
Definition: PCADGlobals.cs:40
static void SetIgnoreAll(bool bIgnore)
Definition: PCADGlobals.cs:198
static void RedrawEntity(OdDbObject pObject, DrawMode addModes, DrawMode removeModes)
Definition: PCADGlobals.cs:140
static bool IsAllIgnored()
Definition: PCADGlobals.cs:203
const int NOTIFY_AFTER_XREFLOAD
Definition: PCADGlobals.cs:317
const int NOTIFY_BEFORE_SW_ENTMOVE
Definition: PCADGlobals.cs:323
static CFxMainFrame.CFxToolBars fxToolBars()
Definition: PCADGlobals.cs:88
static void UseCustomAssert(bool bUse)
Definition: PCADGlobals.cs:209
static double kMAX_VALID_DEPTH_RANGE
Definition: PCADGlobals.cs:127
const int NOTIFY_BEFORE_SW_DIMMOVE
Definition: PCADGlobals.cs:321
static bool IsCustomAssertUsed()
Definition: PCADGlobals.cs:214
static void FxCIPRecordAssertion(string cpFile, int iLine, string cpExpr)
Definition: PCADGlobals.cs:220
const int NOTIFY_BEFORE_GRIPEDIT
Definition: PCADGlobals.cs:318
static CFxView GetActiveFxView(OdEdCommandContext pCmdCtx)
Definition: PCADGlobals.cs:53
static bool IsNotEqual(CFxString s1, SWIGTYPE_p_QString s2)
Definition: PCADGlobals.cs:101
const int NOTIFY_BEFORE_CMDCALL
Definition: PCADGlobals.cs:311
static CFxSystemServices GetFxSystemServices()
Definition: PCADGlobals.cs:26
const int NOTIFY_AFTER_SW_DIMMOVE
Definition: PCADGlobals.cs:322
static CFxScriptEngine GetFxScriptEngine()
Definition: PCADGlobals.cs:74
static void ArgonAssertFuncW(SWIGTYPE_p___wchar_t cpFile, int iLine, SWIGTYPE_p___wchar_t cpExpr, SWIGTYPE_p___wchar_t cpComment)
Definition: PCADGlobals.cs:165
static void ArgonAssertFuncW(SWIGTYPE_p___wchar_t cpFile, int iLine, SWIGTYPE_p___wchar_t cpExpr, SWIGTYPE_p___wchar_t cpComment, bool pbIgnoreThis)
Definition: PCADGlobals.cs:160
const int NOTIFY_AFTER_GRIPEDIT
Definition: PCADGlobals.cs:319
const int NOTIFY_AFTER_AUTOSAVE
Definition: PCADGlobals.cs:315
static bool IsNotEqual(CFxString s1, CFxString s2)
Definition: PCADGlobals.cs:107
static void GetPaperProperties(OdDbPlotSettings pLayout, OdGePoint3dArray points, OdGePoint3dArray margins)
Definition: PCADGlobals.cs:48
static void ArgonAssertFuncW(String cpFile, int iLine, String cpExpr, String cpComment, bool pbIgnoreThis)
Definition: PCADGlobals.cs:170
static CFxUserIO GetFxUserIO(OdEdCommandContext pCmdCtx)
Definition: PCADGlobals.cs:33
static void RedrawEntity(OdDbObject pObject, DrawMode addModes, DrawMode removeModes, IntPtr gsMarker)
Definition: PCADGlobals.cs:135
static CFxLicenseInfo GetFxLicenseInfo()
Definition: PCADGlobals.cs:113
static bool IsEqual(CFxString s1, CFxString s2)
Definition: PCADGlobals.cs:95
static bool ArgonVerifyFuncA(bool exp, string cpFile, int iLine, string cpExpr, string cpComment)
Definition: PCADGlobals.cs:180
const int NOTIFY_BEFORE_XREFLOAD
Definition: PCADGlobals.cs:316
static void ArgonAssertFuncA(string cpFile, int iLine, string cpExpr, string cpComment)
Definition: PCADGlobals.cs:155
static bool ArgonVerifyFuncW(bool exp, String cpFile, int iLine, String cpExpr, String cpComment)
Definition: PCADGlobals.cs:192
const int NOTIFY_AFTER_SW_ENTMOVE
Definition: PCADGlobals.cs:324
static bool ArgonVerifyFuncW(bool exp, SWIGTYPE_p___wchar_t cpFile, int iLine, SWIGTYPE_p___wchar_t cpExpr, SWIGTYPE_p___wchar_t cpComment)
Definition: PCADGlobals.cs:186
const int DESK_COLOR_BACKGROUND
Definition: PCADGlobals.cs:355
static global::System.IntPtr GetFxCommandContext(HandleRef jarg1)
static global::System.IntPtr GetActiveFxView(HandleRef jarg1)
static bool ArgonVerifyFuncW__SWIG_0(bool jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void ArgonAssertFuncA__SWIG_0(string jarg1, int jarg2, string jarg3, string jarg4, bool jarg5)
static void RedrawEntity__SWIG_0(HandleRef jarg1, int jarg2, int jarg3, IntPtr jarg4)
static void ArgonAssertFuncW__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]String jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4, bool jarg5)
static void ArgonAssertFuncA__SWIG_1(string jarg1, int jarg2, string jarg3, string jarg4)
static global::System.IntPtr GetFxLicenseInfo()
static bool IsNotEqual__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double kMAX_VALID_DEPTH_RANGE_get()
static void GetPaperProperties(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr GetFxSystemServices()
static void ArgonAssertFuncW__SWIG_3([MarshalAs(UnmanagedType.LPWStr)]String jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4)
static int FlatShotHL(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void FxCIPRecordAssertion(string jarg1, int jarg2, string jarg3)
static global::System.IntPtr GetFxUserIO(HandleRef jarg1)
static void ArgonAssertFuncW__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, bool jarg5)
static void RedrawEntity__SWIG_1(HandleRef jarg1, int jarg2, int jarg3)
static bool IsEqual__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr GetCFxPluginModuleInternal()
static bool ArgonVerifyFuncA(bool jarg1, string jarg2, int jarg3, string jarg4, string jarg5)
static bool ArgonVerifyFuncW__SWIG_1(bool jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, int jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4, [MarshalAs(UnmanagedType.LPWStr)]String jarg5)
static bool IsNotEqual__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr fxToolBars()
static global::System.IntPtr CreateSelectionSet(HandleRef jarg1)
static void UseCustomAssert(bool jarg1)
static global::System.IntPtr GetFxScriptEngine()
static global::System.IntPtr FXAPI()
static void SetIgnoreAll(bool jarg1)
static void ArgonAssertFuncW__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static global::System.IntPtr ACTIVE_DOCUMENT()
static global::System.IntPtr GetFxLicenseManager()
static HandleRef getCPtr(OdEdCommandContext obj)
static HandleRef getCPtr(OdGePoint3dArray obj)
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdDbEntityPtrArray obj)
static HandleRef getCPtr(OdDbObject obj)
Definition: OdDbObject.cs:26
static HandleRef getCPtr(OdDbPlotSettings obj)