Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdGiExtents3dSpaceChainPolyline.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 OdGiExtents3dSpaceChainPolyline(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdGiExtents3dSpaceChainPolyline_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdGiExtents3dSpaceChainPolyline 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 OdGiExtents3dSpaceChainPolyline(Int64 /*SIMPLETYPE*/ uniqueID) : this(GlobalsPINVOKE.new_OdGiExtents3dSpaceChainPolyline(uniqueID /*SIMPLETYPE*/), true) {
44 }
45
46 public virtual void addVertex(OdGiExtents3dSpacePoint pVertex) {
49 }
50
51 public UInt64 getNumberOfVertices() {
52// test csout
53 /*SIMPLETYPE*/
56 return ret;
57 }
58
59 public UInt64 getNumberOfVertices_closed() {
60// test csout
61 /*SIMPLETYPE*/
64 return ret;
65 }
66
67 public void getPoints(OdGePoint3d pPoints) {
70 }
71
72 public void getPoints_closed(OdGePoint3d pPoints) {
75 }
76
77 public override bool isInExtents(OdGeExtents3d extents) {
80 return ret;
81 }
82
83 public override bool isInExtents(OdGeExtents2d extents) {
86 return ret;
87 }
88
89 public override bool isEqual(OdGiExtentsSpaceObject pObject, OdGeTol tol) {
92 return ret;
93 }
94
95 public override bool isEqual(OdGiExtentsSpaceObject pObject) {
98 return ret;
99 }
100
101}
102
103}
static global::System.Exception Retrieve()
static bool OdGiExtents3dSpaceChainPolyline_isInExtents__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdGiExtents3dSpaceChainPolyline(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiExtents3dSpaceChainPolyline_isEqual__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGiExtents3dSpaceChainPolyline_isInExtents__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiExtents3dSpaceChainPolyline_addVertex(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt64 OdGiExtents3dSpaceChainPolyline_getNumberOfVertices_closed(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiExtents3dSpaceChainPolyline_getPoints_closed(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt64 OdGiExtents3dSpaceChainPolyline_getNumberOfVertices(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiExtents3dSpaceChainPolyline_getPoints(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGiExtents3dSpaceChainPolyline_isEqual__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static HandleRef getCPtr(OdGeExtents2d obj)
static HandleRef getCPtr(OdGeExtents3d obj)
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdGeTol obj)
Definition: OdGeTol.cs:26
override bool isEqual(OdGiExtentsSpaceObject pObject)
virtual void addVertex(OdGiExtents3dSpacePoint pVertex)
static HandleRef getCPtr(OdGiExtents3dSpaceChainPolyline obj)
override bool isEqual(OdGiExtentsSpaceObject pObject, OdGeTol tol)
static HandleRef getCPtr(OdGiExtents3dSpacePoint obj)
static HandleRef getCPtr(OdGiExtentsSpaceObject obj)