Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
OdGiMapperRenderItem.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.Core {
12
13using System;
14using System.Runtime.InteropServices;
15
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 public OdGiMapperRenderItem(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdGiMapperRenderItem_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdGiMapperRenderItem obj) {
26 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
27 }
28
29 protected override void Dispose(bool disposing) {
30 lock(this) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
32 if (swigCMemOwn) {
33 swigCMemOwn = false;
35 }
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
37 }
38 base.Dispose(disposing);
39 }
40 }
41
42 public static OdGiMapperRenderItem cast(OdRxObject pObj) {// OdSmartPtr<OdGiMapperRenderItem>
43 MemoryManager mMan = MemoryManager.GetMemoryManager();
44 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
46
47 OdGiMapperRenderItem ret = null;
48 if (null != mTrans)
49 {
50 mTrans.AddObject((OdGiMapperRenderItem)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperRenderItem),ptr, true));
51 ret = (OdGiMapperRenderItem)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperRenderItem),ptr, false);
52 }
53 else
54 {
55 ret = (OdGiMapperRenderItem)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperRenderItem),ptr, true);
56 }
57
59 return ret;
60}
61
62 public new static OdRxClass desc() {
63 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),GlobalsPINVOKE.OdGiMapperRenderItem_desc(),false); /*createInt 3_2*/
64
66 return ret;
67}
68
69 public override OdRxClass isA() {
70 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),GlobalsPINVOKE.OdGiMapperRenderItem_isA(swigCPtr),false); /*createInt 3_2*/
71
73 return ret;
74}
75
76 public override OdRxObject queryX(OdRxClass protocolClass) {
77 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),GlobalsPINVOKE.OdGiMapperRenderItem_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass)),false); /*createInt 3_2*/
78
80 return ret;
81}
82
83 public static OdGiMapperRenderItem createObject() {// OdSmartPtr<OdGiMapperRenderItem>
84 MemoryManager mMan = MemoryManager.GetMemoryManager();
85 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
87
88 OdGiMapperRenderItem ret = null;
89 if (null != mTrans)
90 {
91 mTrans.AddObject((OdGiMapperRenderItem)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperRenderItem),ptr, true));
92 ret = (OdGiMapperRenderItem)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperRenderItem),ptr, false);
93 }
94 else
95 {
96 ret = (OdGiMapperRenderItem)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperRenderItem),ptr, true);
97 }
98
100 return ret;
101}
102
107
112
117
122
123 public override OdGiMapperItemEntry diffuseMapper() {// OdGiMapperItemEntryPtr
124 MemoryManager mMan = MemoryManager.GetMemoryManager();
125 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
127
128 OdGiMapperItemEntry ret = null;
129 if (null != mTrans)
130 {
131 mTrans.AddObject((OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true));
132 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, false);
133 }
134 else
135 {
136 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true);
137 }
138
140 return ret;
141}
142
147
152
157
162
163 public virtual OdGiMapperItemEntry specularMapper() {// OdGiMapperItemEntryPtr
164 MemoryManager mMan = MemoryManager.GetMemoryManager();
165 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
167
168 OdGiMapperItemEntry ret = null;
169 if (null != mTrans)
170 {
171 mTrans.AddObject((OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true));
172 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, false);
173 }
174 else
175 {
176 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true);
177 }
178
180 return ret;
181}
182
187
192
197
202
203 public virtual OdGiMapperItemEntry reflectionMapper() {// OdGiMapperItemEntryPtr
204 MemoryManager mMan = MemoryManager.GetMemoryManager();
205 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
207
208 OdGiMapperItemEntry ret = null;
209 if (null != mTrans)
210 {
211 mTrans.AddObject((OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true));
212 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, false);
213 }
214 else
215 {
216 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true);
217 }
218
220 return ret;
221}
222
227
232
237
242
243 public virtual OdGiMapperItemEntry opacityMapper() {// OdGiMapperItemEntryPtr
244 MemoryManager mMan = MemoryManager.GetMemoryManager();
245 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
247
248 OdGiMapperItemEntry ret = null;
249 if (null != mTrans)
250 {
251 mTrans.AddObject((OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true));
252 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, false);
253 }
254 else
255 {
256 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true);
257 }
258
260 return ret;
261}
262
267
272
277
282
283 public virtual OdGiMapperItemEntry bumpMapper() {// OdGiMapperItemEntryPtr
284 MemoryManager mMan = MemoryManager.GetMemoryManager();
285 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
287
288 OdGiMapperItemEntry ret = null;
289 if (null != mTrans)
290 {
291 mTrans.AddObject((OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true));
292 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, false);
293 }
294 else
295 {
296 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true);
297 }
298
300 return ret;
301}
302
307
312
317
322
323 public virtual OdGiMapperItemEntry refractionMapper() {// OdGiMapperItemEntryPtr
324 MemoryManager mMan = MemoryManager.GetMemoryManager();
325 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
327
328 OdGiMapperItemEntry ret = null;
329 if (null != mTrans)
330 {
331 mTrans.AddObject((OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true));
332 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, false);
333 }
334 else
335 {
336 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true);
337 }
338
340 return ret;
341}
342
347
352
357
362
363 public virtual OdGiMapperItemEntry normalMapMapper() {// OdGiMapperItemEntryPtr
364 MemoryManager mMan = MemoryManager.GetMemoryManager();
365 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
367
368 OdGiMapperItemEntry ret = null;
369 if (null != mTrans)
370 {
371 mTrans.AddObject((OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true));
372 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, false);
373 }
374 else
375 {
376 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true);
377 }
378
380 return ret;
381}
382
387
392
397
402
403 public virtual OdGiMapperItemEntry emissionMapper() {// OdGiMapperItemEntryPtr
404 MemoryManager mMan = MemoryManager.GetMemoryManager();
405 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
407
408 OdGiMapperItemEntry ret = null;
409 if (null != mTrans)
410 {
411 mTrans.AddObject((OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true));
412 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, false);
413 }
414 else
415 {
416 ret = (OdGiMapperItemEntry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiMapperItemEntry),ptr, true);
417 }
418
420 return ret;
421}
422
427
432
437
442
443 public override void setModelTransform(OdGeMatrix3d mtm, bool recomputeTransforms) {
446 }
447
452
453 public override void setObjectTransform(OdGeMatrix3d otm, bool recomputeTransforms) {
456 }
457
462
463 public override void setObjectTransform(Int32 nCount, OdGePoint3d pPoints, bool recomputeTransforms) {
464 GlobalsPINVOKE.OdGiMapperRenderItem_setObjectTransform__SWIG_2(swigCPtr, nCount /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pPoints), recomputeTransforms);
466 }
467
468 public override void setObjectTransform(Int32 nCount, OdGePoint3d pPoints) {
471 }
472
473 public override void setObjectTransform(OdGeExtents3d exts, bool recomputeTransforms) {
476 }
477
482
483 public override void setDeviceTransform(OdGeMatrix3d dtm, bool recomputeTransforms) {
486 }
487
492
493 public override bool isLastProcValid(OdDbStub pMaterial) {
496 return ret;
497 }
498
504
505 public override bool isLastProcValid(OdGiMapper pMapper, OdDbStub pMaterial) {
508 return ret;
509 }
510
516
522
523 public override bool isEntityMapper() {
526 return ret;
527 }
528
534
540
546
552
553 public override void setVertexTransform(Int32 nCount, OdGePoint3d pPoints) {
556 }
557
562
563 public override void setInputTransform(OdGeMatrix3d tm, bool bVertexDependantOnly) {
566 }
567
572
573 protected static string getRealClassName(IntPtr ptr) {
574 string ret = GlobalsPINVOKE.OdGiMapperRenderItem_getRealClassName(ptr /*SIMPLETYPE*/);
576 return ret;
577 }
578
579}
580
581}
static global::System.Exception Retrieve()
static string OdGiMapperRenderItem_getRealClassName(IntPtr jarg1)
static bool OdGiMapperRenderItem_isLastProcValid__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setObjectTransform__SWIG_3(HandleRef jarg1, Int32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setEmissionMapper__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr OdGiMapperRenderItem_queryX(HandleRef jarg1, HandleRef jarg2)
static void OdGiMapperRenderItem_setNormalMapMapper__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdGiMapperRenderItem(HandleRef jarg1)
static void OdGiMapperRenderItem_setInputTransform__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMapperRenderItem_setBumpMapper__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void OdGiMapperRenderItem_setDeviceTransform__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMapperRenderItem_setEmissionMapper__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMapperRenderItem_setMapper__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static bool OdGiMapperRenderItem_isModelMatrixNeed(HandleRef jarg1)
static void OdGiMapperRenderItem_setEmissionMapper__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void OdGiMapperRenderItem_setInputTransform__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static bool OdGiMapperRenderItem_isObjectMatrixNeed(HandleRef jarg1)
static IntPtr OdGiMapperRenderItem_createObject()
static void OdGiMapperRenderItem_setBumpMapper__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMapperRenderItem_setSpecularMapper__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setMapper__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdGiMapperRenderItem_isEntityMapper(HandleRef jarg1)
static void OdGiMapperRenderItem_setReflectionMapper__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static IntPtr OdGiMapperRenderItem_diffuseMapper__SWIG_0(HandleRef jarg1)
static void OdGiMapperRenderItem_setSpecularMapper__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdGiMapperRenderItem_isVertexTransformRequired(HandleRef jarg1)
static IntPtr OdGiMapperRenderItem_cast(HandleRef jarg1)
static IntPtr OdGiMapperRenderItem_bumpMapper__SWIG_0(HandleRef jarg1)
static void OdGiMapperRenderItem_setObjectTransform__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static void OdGiMapperRenderItem_setReflectionMapper__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setObjectTransform__SWIG_2(HandleRef jarg1, Int32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4)
static void OdGiMapperRenderItem_setModelTransform__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMapperRenderItem_setOpacityMapper__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMapperRenderItem_setSpecularMapper__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static IntPtr OdGiMapperRenderItem_opacityMapper__SWIG_0(HandleRef jarg1)
static void OdGiMapperRenderItem_setDiffuseMapper__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void OdGiMapperRenderItem_setObjectTransform__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdGiMapperRenderItem_specularMapper__SWIG_0(HandleRef jarg1)
static void OdGiMapperRenderItem_setRefractionMapper__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static bool OdGiMapperRenderItem_isLastProcValid__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setOpacityMapper__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setMapper__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMapperRenderItem_setRefractionMapper__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdGiMapperRenderItem_isLastProcValid__SWIG_4(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMapperRenderItem_setMapper__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setVertexTransform__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGiMapperRenderItem_isDependsFromObjectMatrix(HandleRef jarg1)
static IntPtr OdGiMapperRenderItem_normalMapMapper__SWIG_0(HandleRef jarg1)
static void OdGiMapperRenderItem_setBumpMapper__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setReflectionMapper__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setReflectionMapper__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMapperRenderItem_setRefractionMapper__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setNormalMapMapper__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setOpacityMapper__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void OdGiMapperRenderItem_setOpacityMapper__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr OdGiMapperRenderItem_desc()
static IntPtr OdGiMapperRenderItem_emissionMapper__SWIG_0(HandleRef jarg1)
static void OdGiMapperRenderItem_setDeviceTransform__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static IntPtr OdGiMapperRenderItem_reflectionMapper__SWIG_0(HandleRef jarg1)
static void OdGiMapperRenderItem_setModelTransform__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static IntPtr OdGiMapperRenderItem_refractionMapper__SWIG_0(HandleRef jarg1)
static void OdGiMapperRenderItem_setNormalMapMapper__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static bool OdGiMapperRenderItem_isLastProcValid__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMapperRenderItem_setSpecularMapper__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMapperRenderItem_setNormalMapMapper__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setBumpMapper__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setDiffuseMapper__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setDiffuseMapper__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMapperRenderItem_setObjectTransform__SWIG_4(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static bool OdGiMapperRenderItem_isLastProcValid__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void OdGiMapperRenderItem_setEmissionMapper__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setRefractionMapper__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMapperRenderItem_setVertexTransform__SWIG_0(HandleRef jarg1, Int32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr OdGiMapperRenderItem_isA(HandleRef jarg1)
static void OdGiMapperRenderItem_setDiffuseMapper__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGiMapperRenderItem_setObjectTransform__SWIG_5(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static HandleRef getCPtr(OdDbStub obj)
Definition OdDbStub.cs:26
static HandleRef getCPtr(OdGeExtents3d obj)
static HandleRef getCPtr(OdGeMatrix3d obj)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGiMapper obj)
Definition OdGiMapper.cs:26
override bool isLastProcValid(OdDbStub pMaterial, OdGeMatrix3d tm)
override void setDiffuseMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
virtual void setOpacityMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData)
virtual void setOpacityMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
override void setObjectTransform(OdGeExtents3d exts, bool recomputeTransforms)
virtual void setBumpMapper(OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
virtual void setEmissionMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData)
virtual void setBumpMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData)
override void setMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData, OdDbStub pMaterial)
virtual void setOpacityMapper(OdGiMaterialTraitsData traitsData)
static string getRealClassName(IntPtr ptr)
override bool isLastProcValid(OdGiMapper pMapper, OdDbStub pMaterial)
override bool isLastProcValid(OdDbStub pMaterial)
virtual OdGiMapperItemEntry reflectionMapper()
virtual OdGiMapperItemEntry opacityMapper()
override void setModelTransform(OdGeMatrix3d mtm)
virtual void setRefractionMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
virtual void setReflectionMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData)
override void setModelTransform(OdGeMatrix3d mtm, bool recomputeTransforms)
override void setDeviceTransform(OdGeMatrix3d dtm, bool recomputeTransforms)
override void setObjectTransform(Int32 nCount, OdGePoint3d pPoints)
override void setObjectTransform(Int32 nCount, OdGePoint3d pPoints, bool recomputeTransforms)
override void setMapper(OdGiMaterialTraitsData traitsData)
virtual void setSpecularMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData)
virtual void setBumpMapper(OdGiMaterialTraitsData traitsData)
override OdGiMapperItemEntry diffuseMapper()
virtual void setNormalMapMapper(OdGiMaterialTraitsData traitsData)
virtual void setRefractionMapper(OdGiMaterialTraitsData traitsData)
override void setDiffuseMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData)
virtual void setNormalMapMapper(OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
static OdGiMapperRenderItem createObject()
virtual OdGiMapperItemEntry refractionMapper()
override void setMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData)
virtual OdGiMapperItemEntry specularMapper()
virtual OdGiMapperItemEntry normalMapMapper()
virtual void setSpecularMapper(OdGiMaterialTraitsData traitsData)
virtual void setRefractionMapper(OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
override void setObjectTransform(OdGeExtents3d exts)
virtual void setBumpMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
override void setDiffuseMapper(OdGiMaterialTraitsData traitsData)
virtual void setReflectionMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
override void setObjectTransform(OdGeMatrix3d otm, bool recomputeTransforms)
override void Dispose(bool disposing)
virtual void setReflectionMapper(OdGiMaterialTraitsData traitsData)
override void setMapper(OdGiMaterialTraitsData traitsData, OdDbStub pMaterial)
OdGiMapperRenderItem(IntPtr cPtr, bool cMemoryOwn)
override void setVertexTransform(OdGeExtents3d exts)
virtual void setRefractionMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData)
virtual OdGiMapperItemEntry bumpMapper()
override bool isLastProcValid(OdGiMapper pMapper, OdDbStub pMaterial, OdGeMatrix3d tm)
virtual void setSpecularMapper(OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
virtual void setEmissionMapper(OdGiMaterialTraitsData traitsData)
override void setDiffuseMapper(OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
virtual void setOpacityMapper(OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
override void setInputTransform(OdGeMatrix3d tm)
override void setInputTransform(OdGeMatrix3d tm, bool bVertexDependantOnly)
static OdGiMapperRenderItem cast(OdRxObject pObj)
virtual void setNormalMapMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData)
override void setDeviceTransform(OdGeMatrix3d dtm)
override void setVertexTransform(Int32 nCount, OdGePoint3d pPoints)
override bool isLastProcValid(OdGeMatrix3d tm)
virtual void setEmissionMapper(OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
override void setObjectTransform(OdGeMatrix3d otm)
static HandleRef getCPtr(OdGiMapperRenderItem obj)
virtual OdGiMapperItemEntry emissionMapper()
virtual void setNormalMapMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
virtual void setReflectionMapper(OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
virtual void setSpecularMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
virtual void setEmissionMapper(OdGiMapper pMapper, OdGiMaterialTraitsData traitsData, OdGeMatrix3d tm)
override OdRxObject queryX(OdRxClass protocolClass)
static HandleRef getCPtr(OdGiMaterialTraitsData 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