Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
MeshFaceterSettings.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.TD {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
17public class MeshFaceterSettings : global::System.IDisposable {
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 protected bool swigCMemOwn;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 public MeshFaceterSettings(IntPtr cPtr, bool cMemoryOwn) {
23 swigCMemOwn = cMemoryOwn;
24 swigCPtr = new HandleRef(this, cPtr);
25 }
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 public static HandleRef getCPtr(MeshFaceterSettings obj) {
28 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
29 }
30
32 Dispose(false);
33 }
34
35 public void Dispose() {
36 Dispose(true);
37 global::System.GC.SuppressFinalize(this);
38 }
39
40 protected virtual void Dispose(bool disposing) {
41 lock(this) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
43 if (swigCMemOwn) {
44 swigCMemOwn = false;
46 }
47 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
48 }
49 }
50 }
51
52 public double faceterDevSurface {
53 set {
56 }
57 get {
60 return ret;
61 }
62 }
63
64 public double faceterDevNormal {
65 set {
68 }
69 get {
72 return ret;
73 }
74 }
75
76 public double faceterGridRatio {
77 set {
80 }
81 get {
84 return ret;
85 }
86 }
87
88 public double faceterMaxEdgeLength {
89 set {
92 }
93 get {
96 return ret;
97 }
98 }
99
100 public UInt16 faceterMaxGrid {
101 set {
102 /*SIMPLETYPE*/
105 }
106 get {
107 /*SIMPLETYPE*/
110 return ret;
111 }
112 }
113
114 public UInt16 faceterMinUGrid {
115 set {
116 /*SIMPLETYPE*/
119 }
120 get {
121 /*SIMPLETYPE*/
124 return ret;
125 }
126 }
127
128 public UInt16 faceterMinVGrid {
129 set {
130 /*SIMPLETYPE*/
133 }
134 get {
135 /*SIMPLETYPE*/
138 return ret;
139 }
140 }
141
142 public Int16 faceterMeshType {
143 set {
144 /*SIMPLETYPE*/
147 }
148 get {
149 /*SIMPLETYPE*/
152 return ret;
153 }
154 }
155
156 public MeshFaceterSettings() : this(TD_DbPINVOKE.new_MeshFaceterSettings(), true) {
158 }
159
160}
161
162}
MeshFaceterSettings(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(MeshFaceterSettings obj)
virtual void Dispose(bool disposing)
static global::System.Exception Retrieve()
static void MeshFaceterSettings_faceterMaxGrid_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static double MeshFaceterSettings_faceterDevNormal_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void MeshFaceterSettings_faceterMaxEdgeLength_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void MeshFaceterSettings_faceterDevNormal_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double MeshFaceterSettings_faceterDevSurface_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void MeshFaceterSettings_faceterDevSurface_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double MeshFaceterSettings_faceterMaxEdgeLength_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt16 MeshFaceterSettings_faceterMinUGrid_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void MeshFaceterSettings_faceterGridRatio_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static UInt16 MeshFaceterSettings_faceterMaxGrid_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void MeshFaceterSettings_faceterMinUGrid_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static double MeshFaceterSettings_faceterGridRatio_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_MeshFaceterSettings(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int16 MeshFaceterSettings_faceterMeshType_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt16 MeshFaceterSettings_faceterMinVGrid_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void MeshFaceterSettings_faceterMinVGrid_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static void MeshFaceterSettings_faceterMeshType_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)