Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDbPointCloudIntensityStyle.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 OdDbPointCloudIntensityStyle : 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 OdDbPointCloudIntensityStyle(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(OdDbPointCloudIntensityStyle 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 OdDbPointCloudIntensityStyle() : this(TD_DbPINVOKE.new_OdDbPointCloudIntensityStyle(), true) {
54 }
55
56 public double intensityHighThreshold() {
59 return ret;
60 }
61
62 public double intensityLowThreshold() {
65 return ret;
66 }
67
68 public double maxIntensity() {
71 return ret;
72 }
73
74 public double minIntensity() {
77 return ret;
78 }
79
80 public void setIntensityHighThreshold(double arg0) {
83 }
84
85 public void setIntensityLowThreshold(double arg0) {
88 }
89
90 public void setMaxIntensity(double arg0) {
93 }
94
95 public void setMinIntensity(double arg0) {
98 }
99
100 public void setColorBottom(ArgbColor arg0) {
103 }
104
105 public void setColorTop(ArgbColor arg0) {
108 }
109
110 public ArgbColor intensityColor(double arg0) {
113 return ret;
114 }
115
119 return ret;
120 }
121
122 public void dwgOutFields(OdDbDwgFiler pFiler) {
125 }
126
130 return ret;
131 }
132
133 public void dxfOutFields(OdDbDxfFiler pFiler) {
136 }
137
138}
139
140}
static HandleRef getCPtr(ArgbColor obj)
Definition: ArgbColor.cs:27
static HandleRef getCPtr(OdDbDwgFiler obj)
Definition: OdDbDwgFiler.cs:26
static HandleRef getCPtr(OdDbDxfFiler obj)
Definition: OdDbDxfFiler.cs:26
static HandleRef getCPtr(OdDbPointCloudIntensityStyle obj)
OdDbPointCloudIntensityStyle(IntPtr cPtr, bool cMemoryOwn)
static global::System.Exception Retrieve()
static int OdDbPointCloudIntensityStyle_dxfInFields(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void OdDbPointCloudIntensityStyle_setMinIntensity(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdDbPointCloudIntensityStyle_maxIntensity(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdDbPointCloudIntensityStyle_minIntensity(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbPointCloudIntensityStyle_setMaxIntensity(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdDbPointCloudIntensityStyle_setIntensityLowThreshold(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdDbPointCloudIntensityStyle_dwgOutFields(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void OdDbPointCloudIntensityStyle_setColorBottom(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdDbPointCloudIntensityStyle_intensityColor(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdDbPointCloudIntensityStyle_intensityHighThreshold(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbPointCloudIntensityStyle_dxfOutFields(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static int OdDbPointCloudIntensityStyle_dwgInFields(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void OdDbPointCloudIntensityStyle_setColorTop(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void delete_OdDbPointCloudIntensityStyle(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbPointCloudIntensityStyle_setIntensityHighThreshold(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdDbPointCloudIntensityStyle_intensityLowThreshold(global::System.Runtime.InteropServices.HandleRef jarg1)