Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdGeEllipArc3d.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 OdGeEllipArc3d(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdGeEllipArc3d_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdGeEllipArc3d 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 OdGeEllipArc3d() : this(GlobalsPINVOKE.new_OdGeEllipArc3d__SWIG_0(), true) {
44 }
45
46 public OdGeEllipArc3d(OdGeEllipArc3d ell) : this(GlobalsPINVOKE.new_OdGeEllipArc3d__SWIG_1(OdGeEllipArc3d.getCPtr(ell)), true) {
48 }
49
50 public OdGeEllipArc3d(OdGeCircArc3d source) : this(GlobalsPINVOKE.new_OdGeEllipArc3d__SWIG_2(OdGeCircArc3d.getCPtr(source)), true) {
52 }
53
56 }
57
60 }
61
65 return ret;
66 }
67
71 return ret;
72 }
73
74 public bool intersectWith(OdGeLinearEnt3d line, out int numInt, OdGePoint3d p1, OdGePoint3d p2, OdGeTol tol) {
77 return ret;
78 }
79
80 public bool intersectWith(OdGeLinearEnt3d line, out int numInt, OdGePoint3d p1, OdGePoint3d p2) {
83 return ret;
84 }
85
86 public bool intersectWith(OdGePlanarEnt plane, out int numInt, OdGePoint3d p1, OdGePoint3d p2, OdGeTol tol) {
89 return ret;
90 }
91
92 public bool intersectWith(OdGePlanarEnt plane, out int numInt, OdGePoint3d p1, OdGePoint3d p2) {
95 return ret;
96 }
97
98 public bool projIntersectWith(OdGeLinearEnt3d line, OdGeVector3d projDir, out int numInt, OdGePoint3d pntOnEllipse1, OdGePoint3d pntOnEllipse2, OdGePoint3d pntOnLine1, OdGePoint3d pntOnLine2, OdGeTol tol) {
99 bool ret = GlobalsPINVOKE.OdGeEllipArc3d_projIntersectWith__SWIG_0(swigCPtr, OdGeLinearEnt3d.getCPtr(line), OdGeVector3d.getCPtr(projDir), out numInt, OdGePoint3d.getCPtr(pntOnEllipse1), OdGePoint3d.getCPtr(pntOnEllipse2), OdGePoint3d.getCPtr(pntOnLine1), OdGePoint3d.getCPtr(pntOnLine2), OdGeTol.getCPtr(tol));
101 return ret;
102 }
103
104 public bool projIntersectWith(OdGeLinearEnt3d line, OdGeVector3d projDir, out int numInt, OdGePoint3d pntOnEllipse1, OdGePoint3d pntOnEllipse2, OdGePoint3d pntOnLine1, OdGePoint3d pntOnLine2) {
105 bool ret = GlobalsPINVOKE.OdGeEllipArc3d_projIntersectWith__SWIG_1(swigCPtr, OdGeLinearEnt3d.getCPtr(line), OdGeVector3d.getCPtr(projDir), out numInt, OdGePoint3d.getCPtr(pntOnEllipse1), OdGePoint3d.getCPtr(pntOnEllipse2), OdGePoint3d.getCPtr(pntOnLine1), OdGePoint3d.getCPtr(pntOnLine2));
107 return ret;
108 }
109
110 public void getPlane(OdGePlane plane) {
113 }
114
115 public bool isCircular(OdGeTol tol) {
118 return ret;
119 }
120
121 public bool isCircular() {
124 return ret;
125 }
126
127 public bool isInside(OdGePoint3d point, OdGeTol tol) {
130 return ret;
131 }
132
133 public bool isInside(OdGePoint3d point) {
136 return ret;
137 }
138
142 return ret;
143 }
144
145 public double minorRadius() {
146 double ret = GlobalsPINVOKE.OdGeEllipArc3d_minorRadius(swigCPtr);
148 return ret;
149 }
150
151 public double majorRadius() {
152 double ret = GlobalsPINVOKE.OdGeEllipArc3d_majorRadius(swigCPtr);
154 return ret;
155 }
156
160 return ret;
161 }
162
166 return ret;
167 }
168
172 return ret;
173 }
174
175 public double startAng() {
176 double ret = GlobalsPINVOKE.OdGeEllipArc3d_startAng(swigCPtr);
178 return ret;
179 }
180
181 public double endAng() {
182 double ret = GlobalsPINVOKE.OdGeEllipArc3d_endAng(swigCPtr);
184 return ret;
185 }
186
190 return ret;
191 }
192
196 return ret;
197 }
198
202 return ret;
203 }
204
205 public OdGeEllipArc3d setMinorRadius(double rad) {
208 return ret;
209 }
210
211 public OdGeEllipArc3d setMajorRadius(double rad) {
214 return ret;
215 }
216
220 return ret;
221 }
222
223 public OdGeEllipArc3d setAngles(double startAng, double endAng) {
226 return ret;
227 }
228
232 return ret;
233 }
234
238 return ret;
239 }
240
244 return ret;
245 }
246
250 return ret;
251 }
252
253 public void orthogonalizeAxes(OdGeTol tol, out OdGe.ErrorCondition flag) {
256 }
257
258 public void orthogonalizeAxes(OdGeTol tol) {
261 }
262
263 public void orthogonalizeAxes() {
266 }
267
268 public OdGeVector3d tangentAt(double param) {
269 OdGeVector3d ret = new OdGeVector3d(GlobalsPINVOKE.OdGeEllipArc3d_tangentAt(swigCPtr, param), true);
271 return ret;
272 }
273
274 public void getGeomExtents(OdGeExtents3d extents) {
277 }
278
282 return ret;
283 }
284
288 return ret;
289 }
290
291 public OdGeEllipArc3d joinWith(OdGeEllipArc3d curve, OdGeTol iTolerance) {
294 return ret;
295 }
296
300 return ret;
301 }
302
307 public Teigha.Core.OdGe.EntityId vb_type() { return this.type(); }
308
309}
310
311}
static global::System.Exception Retrieve()
static global::System.IntPtr OdGeEllipArc3d_set__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, double jarg5, double jarg6, double jarg7, double jarg8)
static global::System.IntPtr OdGeEllipArc3d_center(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGeEllipArc3d_endAng(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeEllipArc3d_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeEllipArc3d_startPoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGeEllipArc3d_intersectWith__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, out int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static global::System.IntPtr OdGeEllipArc3d_setCenter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeEllipArc3d_majorAxis(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGeEllipArc3d_isCircular__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeEllipArc3d_joinWith__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeEllipArc3d_closestPointToPlane__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static bool OdGeEllipArc3d_intersectWith__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, out int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static int OdGeEllipArc3d_inverseTangent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGeEllipArc3d_tangentAt(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGeEllipArc3d_getGeomExtents(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdGeEllipArc3d(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeEllipArc3d_setMinorRadius(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdGeEllipArc3d_closestPointToPlane__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGeEllipArc3d_orthogonalizeAxes__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, out OdGe.ErrorCondition jarg3)
static global::System.IntPtr OdGeEllipArc3d_setMajorRadius(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdGeEllipArc3d_intersectWith__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, out int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static bool OdGeEllipArc3d_intersectWith__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, out int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int OdGeEllipArc3d_inverseTangentPlane(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdGeEllipArc3d_isCircular__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeEllipArc3d_endPoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeEllipArc3d_set__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, double jarg5, double jarg6)
static bool OdGeEllipArc3d_projIntersectWith__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, out int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static void OdGeEllipArc3d_orthogonalizeAxes__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeEllipArc3d_minorAxis(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeEllipArc3d_orthogonalizeAxes__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdGeEllipArc3d_minorRadius(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGeEllipArc3d_isInside__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGeEllipArc3d_setAxes(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGeEllipArc3d_joinWith__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static double OdGeEllipArc3d_majorRadius(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGeEllipArc3d_projIntersectWith__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, out int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, global::System.Runtime.InteropServices.HandleRef jarg9)
static global::System.IntPtr OdGeEllipArc3d_setAngles(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static global::System.IntPtr OdGeEllipArc3d_normal(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGeEllipArc3d_startAng(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGeEllipArc3d_isInside__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeEllipArc3d_set__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGeEllipArc3d_getPlane(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static HandleRef getCPtr(OdGeCircArc3d obj)
static HandleRef getCPtr(OdGeDoubleArray obj)
OdGeVector3d tangentAt(double param)
OdGeEllipArc3d setMinorRadius(double rad)
OdResult inverseTangentPlane(OdGePlane refPlane, OdGeDoubleArray params_)
bool isInside(OdGePoint3d point, OdGeTol tol)
OdGeEllipArc3d(OdGePoint3d center, OdGeVector3d majorAxis, OdGeVector3d minorAxis, double majorRadius, double minorRadius, double startAng, double endAng)
OdResult inverseTangent(OdGeVector3d tan, OdGeDoubleArray params_)
OdGeEllipArc3d(OdGePoint3d center, OdGeVector3d majorAxis, OdGeVector3d minorAxis, double majorRadius, double minorRadius)
bool isCircular(OdGeTol tol)
bool isInside(OdGePoint3d point)
void orthogonalizeAxes(OdGeTol tol)
bool intersectWith(OdGeLinearEnt3d line, out int numInt, OdGePoint3d p1, OdGePoint3d p2, OdGeTol tol)
OdGeEllipArc3d Assign(OdGeEllipArc3d ell)
static HandleRef getCPtr(OdGeEllipArc3d obj)
OdGeEllipArc3d setMajorRadius(double rad)
bool projIntersectWith(OdGeLinearEnt3d line, OdGeVector3d projDir, out int numInt, OdGePoint3d pntOnEllipse1, OdGePoint3d pntOnEllipse2, OdGePoint3d pntOnLine1, OdGePoint3d pntOnLine2)
OdGeEllipArc3d joinWith(OdGeEllipArc3d curve, OdGeTol iTolerance)
OdGeEllipArc3d(IntPtr cPtr, bool cMemoryOwn)
OdGePoint3d closestPointToPlane(OdGePlanarEnt plane, OdGePoint3d pointOnPlane, OdGeTol tol)
OdGeEllipArc3d setAxes(OdGeVector3d majorAxis, OdGeVector3d minorAxis)
bool intersectWith(OdGePlanarEnt plane, out int numInt, OdGePoint3d p1, OdGePoint3d p2)
bool intersectWith(OdGeLinearEnt3d line, out int numInt, OdGePoint3d p1, OdGePoint3d p2)
bool projIntersectWith(OdGeLinearEnt3d line, OdGeVector3d projDir, out int numInt, OdGePoint3d pntOnEllipse1, OdGePoint3d pntOnEllipse2, OdGePoint3d pntOnLine1, OdGePoint3d pntOnLine2, OdGeTol tol)
OdGePoint3d closestPointToPlane(OdGePlanarEnt plane, OdGePoint3d pointOnPlane)
OdGeEllipArc3d(OdGeCircArc3d source)
void orthogonalizeAxes(OdGeTol tol, out OdGe.ErrorCondition flag)
Teigha.Core.OdGe.EntityId vb_type()
void getPlane(OdGePlane plane)
bool intersectWith(OdGePlanarEnt plane, out int numInt, OdGePoint3d p1, OdGePoint3d p2, OdGeTol tol)
OdGeEllipArc3d setCenter(OdGePoint3d center)
OdGeEllipArc3d setAngles(double startAng, double endAng)
override void Dispose(bool disposing)
OdGeEllipArc3d(OdGeEllipArc3d ell)
OdGeEllipArc3d joinWith(OdGeEllipArc3d curve)
void getGeomExtents(OdGeExtents3d extents)
OdGe.EntityId type()
Definition: OdGeEntity3d.cs:57
static HandleRef getCPtr(OdGeExtents3d obj)
static HandleRef getCPtr(OdGeLinearEnt3d obj)
static HandleRef getCPtr(OdGePlanarEnt obj)
static HandleRef getCPtr(OdGePlane obj)
Definition: OdGePlane.cs:25
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdGeTol obj)
Definition: OdGeTol.cs:26
static HandleRef getCPtr(OdGeVector3d obj)
Definition: OdGeVector3d.cs:26