Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
OdDb3dSolidLoftParams.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
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdDb3dSolidLoftParams(IntPtr cPtr, bool cMemoryOwn) : base(TD_DbPINVOKE.OdDb3dSolidLoftParams_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdDb3dSolidLoftParams 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
58
74
76 set {
79 }
80 get {
81 global::System.IntPtr cPtr = TD_DbPINVOKE.OdDb3dSolidLoftParams_pathCurve_get(swigCPtr);
82 OdDbEntity ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdDbEntity(cPtr, false);
84 return ret;
85 }
86 }
87
89 set {
92 }
93 get {
94 global::System.IntPtr cPtr = TD_DbPINVOKE.OdDb3dSolidLoftParams_options_get(swigCPtr);
95 OdDbLoftOptions ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdDbLoftOptions(cPtr, false);
97 return ret;
98 }
99 }
100
101 public OdDb3dSolidLoftParams() : this(TD_DbPINVOKE.new_OdDb3dSolidLoftParams(), true) {
103 }
104
105}
106
107}
static HandleRef getCPtr(OdDb3dSolidLoftParams obj)
OdDb3dSolidLoftParams(IntPtr cPtr, bool cMemoryOwn)
override void Dispose(bool disposing)
static HandleRef getCPtr(OdDbEntity obj)
Definition OdDbEntity.cs:26
static HandleRef getCPtr(OdDbEntityPtrArray obj)
static HandleRef getCPtr(OdDbLoftOptions obj)
static global::System.Exception Retrieve()
static void OdDb3dSolidLoftParams_guideCurves_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdDb3dSolidLoftParams(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDb3dSolidLoftParams_pathCurve_set(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static IntPtr OdDb3dSolidLoftParams_pathCurve_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDb3dSolidLoftParams_guideCurves_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDb3dSolidLoftParams_options_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDb3dSolidLoftParams_crossSectionCurves_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDb3dSolidLoftParams_options_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDb3dSolidLoftParams_crossSectionCurves_get(global::System.Runtime.InteropServices.HandleRef jarg1)