Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
OdAsRevolve.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 OdAsRevolve : OdAsSurface {
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdAsRevolve(IntPtr cPtr, bool cMemoryOwn) : base(TD_DbPINVOKE.OdAsRevolve_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdAsRevolve 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;
36 }
37 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
38 }
39 base.Dispose(disposing);
40 }
41 }
42
44 set {
47 }
48 get {
49 global::System.IntPtr cPtr = TD_DbPINVOKE.OdAsRevolve_m_AxisStartPoint_get(swigCPtr);
50 OdGePoint3d ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGePoint3d(cPtr, false);
52 return ret;
53 }
54 }
55
57 set {
60 }
61 get {
62 global::System.IntPtr cPtr = TD_DbPINVOKE.OdAsRevolve_m_AxisDirection_get(swigCPtr);
63 OdGeVector3d ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGeVector3d(cPtr, false);
65 return ret;
66 }
67 }
68
80
92
93 public Int16 m_Unknown {
94 set {
95 /*SIMPLETYPE*/
96 TD_DbPINVOKE.OdAsRevolve_m_Unknown_set(swigCPtr, value /*SIMPLETYPE*/);
98 }
99 get {
100 /*SIMPLETYPE*/
101 Int16 ret = TD_DbPINVOKE.OdAsRevolve_m_Unknown_get(swigCPtr);
103 return ret;
104 }
105 }
106
122
138
154
155 public OdAsRevolve() : this(TD_DbPINVOKE.new_OdAsRevolve(), true) {
157 }
158
164
170
175
181
186
187}
188
189}
static HandleRef getCPtr(OdGeDoubleArray obj)
static HandleRef getCPtr(OdGePoint3dArray obj)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeVector3d obj)
override OdResult dwgInFields(OdDbDwgFiler pFiler)
OdGeDoubleArray m_Weights
override void dwgOutFields(OdDbDwgFiler pFiler)
override OdAsSurface.AsSurfType getType()
OdGePoint3d m_AxisStartPoint
override void Dispose(bool disposing)
static HandleRef getCPtr(OdAsRevolve obj)
OdGeDoubleArray m_Knots
OdGePoint3dArray m_CtrlPoints
OdGeVector3d m_AxisDirection
OdAsRevolve(IntPtr cPtr, bool cMemoryOwn)
override void dxfOutFields(OdDbDxfFiler pFiler)
override OdResult dxfInFields(OdDbDxfFiler pFiler)
static HandleRef getCPtr(OdDbDwgFiler obj)
static HandleRef getCPtr(OdDbDxfFiler obj)
static global::System.Exception Retrieve()
static void OdAsRevolve_m_AxisStartPoint_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdAsRevolve_m_dIncludedAngle_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int16 OdAsRevolve_m_Unknown_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAsRevolve_m_CtrlPoints_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdAsRevolve_dwgInFields(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdAsRevolve_m_Weights_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAsRevolve_m_Unknown_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static double OdAsRevolve_m_dStartAngle_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdAsRevolve(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdAsRevolve_dxfInFields(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void OdAsRevolve_m_Knots_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdAsRevolve_m_dStartAngle_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static int OdAsRevolve_getType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAsRevolve_m_dIncludedAngle_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdAsRevolve_m_Weights_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdAsRevolve_m_AxisDirection_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAsRevolve_m_AxisDirection_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdAsRevolve_dxfOutFields(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdAsRevolve_m_Knots_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdAsRevolve_m_AxisStartPoint_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdAsRevolve_m_CtrlPoints_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAsRevolve_dwgOutFields(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)