Extended .NET SDK Documentation
2025 SP0
Loading...
Searching...
No Matches
SDK
DotNet
dd_inc
TD_SwigDb_TEMP
TargetLangSources
OdDb3dSolidConeParams.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
11
namespace
Teigha.TD
{
12
13
using
System;
14
using
System.Runtime.InteropServices;
15
using
Teigha.Core
;
16
17
public
class
OdDb3dSolidConeParams
:
OdDb3dSolidCylinderParams
{
18
private
Object locker =
new
Object();
19
private
HandleRef swigCPtr;
20
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21
public
OdDb3dSolidConeParams
(IntPtr cPtr,
bool
cMemoryOwn) : base(
TD_DbPINVOKE
.OdDb3dSolidConeParams_SWIGUpcast(cPtr), cMemoryOwn) {
22
swigCPtr =
new
HandleRef(
this
, cPtr);
23
}
24
25
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26
public
static
HandleRef
getCPtr
(
OdDb3dSolidConeParams
obj) {
27
return
(obj ==
null
) ?
new
HandleRef(
null
, IntPtr.Zero) : obj.swigCPtr;
28
}
29
30
protected
override
void
Dispose
(
bool
disposing) {
31
lock(
this
) {
32
if
(swigCPtr.Handle != global::System.IntPtr.Zero) {
33
if
(
swigCMemOwn
) {
34
swigCMemOwn
=
false
;
35
TD_DbPINVOKE
.
delete_OdDb3dSolidConeParams
(swigCPtr);
36
}
37
swigCPtr =
new
global::System.Runtime.InteropServices.HandleRef(
null
, global::System.IntPtr.Zero);
38
}
39
base.Dispose(disposing);
40
}
41
}
42
43
public
double
topMajorRadius
{
44
set
{
45
TD_DbPINVOKE
.
OdDb3dSolidConeParams_topMajorRadius_set
(swigCPtr,
value
);
46
if
(
TD_DbPINVOKE
.
SWIGPendingException
.
Pending
)
throw
TD_DbPINVOKE
.
SWIGPendingException
.
Retrieve
();
47
}
48
get
{
49
double
ret =
TD_DbPINVOKE
.
OdDb3dSolidConeParams_topMajorRadius_get
(swigCPtr);
50
if
(
TD_DbPINVOKE
.
SWIGPendingException
.
Pending
)
throw
TD_DbPINVOKE
.
SWIGPendingException
.
Retrieve
();
51
return
ret;
52
}
53
}
54
55
public
bool
isTruncated
() {
56
bool
ret =
TD_DbPINVOKE
.
OdDb3dSolidConeParams_isTruncated
(swigCPtr);
57
if
(
TD_DbPINVOKE
.
SWIGPendingException
.
Pending
)
throw
TD_DbPINVOKE
.
SWIGPendingException
.
Retrieve
();
58
return
ret;
59
}
60
61
public
OdDb3dSolidConeParams
() : this(
TD_DbPINVOKE
.new_OdDb3dSolidConeParams(), true) {
62
if
(
TD_DbPINVOKE
.
SWIGPendingException
.
Pending
)
throw
TD_DbPINVOKE
.
SWIGPendingException
.
Retrieve
();
63
}
64
65
}
66
67
}
Teigha.TD.OdDb3dSolidConeParams
Definition
OdDb3dSolidConeParams.cs:17
Teigha.TD.OdDb3dSolidConeParams.topMajorRadius
double topMajorRadius
Definition
OdDb3dSolidConeParams.cs:43
Teigha.TD.OdDb3dSolidConeParams.OdDb3dSolidConeParams
OdDb3dSolidConeParams(IntPtr cPtr, bool cMemoryOwn)
Definition
OdDb3dSolidConeParams.cs:21
Teigha.TD.OdDb3dSolidConeParams.Dispose
override void Dispose(bool disposing)
Definition
OdDb3dSolidConeParams.cs:30
Teigha.TD.OdDb3dSolidConeParams.getCPtr
static HandleRef getCPtr(OdDb3dSolidConeParams obj)
Definition
OdDb3dSolidConeParams.cs:26
Teigha.TD.OdDb3dSolidConeParams.isTruncated
bool isTruncated()
Definition
OdDb3dSolidConeParams.cs:55
Teigha.TD.OdDb3dSolidConeParams.OdDb3dSolidConeParams
OdDb3dSolidConeParams()
Definition
OdDb3dSolidConeParams.cs:61
Teigha.TD.OdDb3dSolidCylinderParams
Definition
OdDb3dSolidCylinderParams.cs:17
Teigha.TD.OdDb3dSolidGeomParams.swigCMemOwn
bool swigCMemOwn
Definition
OdDb3dSolidGeomParams.cs:20
Teigha.TD.TD_DbPINVOKE.SWIGPendingException
Definition
TD_DbPINVOKE.cs:131
Teigha.TD.TD_DbPINVOKE.SWIGPendingException.Pending
static bool Pending
Definition
TD_DbPINVOKE.cs:137
Teigha.TD.TD_DbPINVOKE.SWIGPendingException.Retrieve
static global::System.Exception Retrieve()
Definition
TD_DbPINVOKE.cs:156
Teigha.TD.TD_DbPINVOKE
Definition
TD_DbPINVOKE.cs:17
Teigha.TD.TD_DbPINVOKE.OdDb3dSolidConeParams_topMajorRadius_set
static void OdDb3dSolidConeParams_topMajorRadius_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
Teigha.TD.TD_DbPINVOKE.delete_OdDb3dSolidConeParams
static void delete_OdDb3dSolidConeParams(global::System.Runtime.InteropServices.HandleRef jarg1)
Teigha.TD.TD_DbPINVOKE.OdDb3dSolidConeParams_isTruncated
static bool OdDb3dSolidConeParams_isTruncated(global::System.Runtime.InteropServices.HandleRef jarg1)
Teigha.TD.TD_DbPINVOKE.OdDb3dSolidConeParams_topMajorRadius_get
static double OdDb3dSolidConeParams_topMajorRadius_get(global::System.Runtime.InteropServices.HandleRef jarg1)
Teigha.Core
Definition
AbstractClipBoundaryArray.cs:11
Teigha.Core.HexBinaryAttributesEnum.value
@ value
Teigha.TD
Definition
_ArcData.cs:11
Generated on Mon Mar 4 2024 12:45:41