Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdGiViewportDraw_Dummy.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 OdGiViewportDraw_Dummy(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdGiViewportDraw_Dummy_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdGiViewportDraw_Dummy 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 OdGiViewportDraw_Dummy(OdRxObject pDb) : this(GlobalsPINVOKE.new_OdGiViewportDraw_Dummy__SWIG_0(OdRxObject.getCPtr(pDb)), true) {
44 }
45
46 public OdGiViewportDraw_Dummy() : this(GlobalsPINVOKE.new_OdGiViewportDraw_Dummy__SWIG_1(), true) {
48 }
49
50 public OdRxObject database() {
51 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),GlobalsPINVOKE.OdGiViewportDraw_Dummy_database(swigCPtr),false); /*createInt 3_2*/
52
54 return ret;
55}
56
58 OdGiGeometry ret = (OdGiGeometry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiGeometry),GlobalsPINVOKE.OdGiViewportDraw_Dummy_rawGeometry(swigCPtr),false); /*createInt 3_1*/
59
61 return ret;
62}
63
65 OdGiSubEntityTraits ret = (OdGiSubEntityTraits)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiSubEntityTraits),GlobalsPINVOKE.OdGiViewportDraw_Dummy_subEntityTraits(swigCPtr),false); /*createInt 3_1*/
66
68 return ret;
69}
70
72 OdGiViewportGeometry ret = (OdGiViewportGeometry)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiViewportGeometry),GlobalsPINVOKE.OdGiViewportDraw_Dummy_geometry(swigCPtr),false); /*createInt 3_1*/
73
75 return ret;
76}
77
78 public OdGiContext context() {
79 OdGiContext ret = (OdGiContext)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiContext),GlobalsPINVOKE.OdGiViewportDraw_Dummy_context(swigCPtr),false); /*createInt 3_2*/
80
82 return ret;
83}
84
90
95 public Teigha.Core.OdDbStub vb_lineType() { return this.lineType(); }
96
102
107 public Teigha.Core.OdDbStub vb_material() { return this.material(); }
108
113 public Teigha.Core.OdGiContext vb_context() { return this.context(); }
114
120
125 public uint vb_drawFlags() { return this.drawFlags(); }
126
131 public virtual uint vb_lockFlags() { return this.lockFlags(); }
132
138
144
145}
146
147}
static global::System.Exception Retrieve()
static IntPtr OdGiViewportDraw_Dummy_context(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdGiViewportDraw_Dummy_database(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdGiViewportDraw_Dummy_rawGeometry(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdGiViewportDraw_Dummy_subEntityTraits(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdGiViewportDraw_Dummy_geometry(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdGiViewportDraw_Dummy(global::System.Runtime.InteropServices.HandleRef jarg1)
Teigha.Core.OdGiSubEntityTraits.SelectionFlags vb_selectionFlags()
Teigha.Core.PlotStyleNameType vb_plotStyleNameType()
Teigha.Core.OdGiSubEntityTraits.ShadowFlags vb_shadowFlags()
OdGiViewportDraw_Dummy(IntPtr cPtr, bool cMemoryOwn)
override void Dispose(bool disposing)
static HandleRef getCPtr(OdGiViewportDraw_Dummy obj)
Teigha.Core.OdGiViewportGeometry vb_geometry()
OdGiSubEntityTraits.SelectionFlags selectionFlags()