Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdIBrFile.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
16public class OdIBrFile : OdIBrEntity {
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 public OdIBrFile(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdIBrFile_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdIBrFile 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 virtual void next(OdIBrBrep pFirstChild, OdIBrBrep pCurChild) {
43 GlobalsPINVOKE.OdIBrFile_next__SWIG_0(swigCPtr, OdIBrBrep.getCPtr(pFirstChild), OdIBrBrep.getCPtr(pCurChild).Handle);
45 }
46
47 public virtual void next(OdIBrVertex pFirstChild, OdIBrVertex pCurChild) {
48 GlobalsPINVOKE.OdIBrFile_next__SWIG_1(swigCPtr, OdIBrVertex.getCPtr(pFirstChild), OdIBrVertex.getCPtr(pCurChild).Handle);
50 }
51
52 public virtual void next(OdIBrShell pFirstChild, OdIBrShell pCurChild) {
53 GlobalsPINVOKE.OdIBrFile_next__SWIG_2(swigCPtr, OdIBrShell.getCPtr(pFirstChild), OdIBrShell.getCPtr(pCurChild).Handle);
55 }
56
57 public virtual void next(OdIBrFace pFirstChild, OdIBrFace pCurChild) {
58 GlobalsPINVOKE.OdIBrFile_next__SWIG_3(swigCPtr, OdIBrFace.getCPtr(pFirstChild), OdIBrFace.getCPtr(pCurChild).Handle);
60 }
61
62 public virtual void next(OdIBrEdge pFirstChild, OdIBrEdge pCurChild) {
63 GlobalsPINVOKE.OdIBrFile_next__SWIG_4(swigCPtr, OdIBrEdge.getCPtr(pFirstChild), OdIBrEdge.getCPtr(pCurChild).Handle);
65 }
66
67 public virtual void next(OdIBrComplex pFirstChild, OdIBrComplex pCurChild) {
68 GlobalsPINVOKE.OdIBrFile_next__SWIG_5(swigCPtr, OdIBrComplex.getCPtr(pFirstChild), OdIBrComplex.getCPtr(pCurChild).Handle);
70 }
71
72 public virtual OdIBrEntity setSubentPath(Int32 /*SIMPLETYPE*/ arg0, IntPtr /*SIMPLETYPE*/ arg1) {
73 global::System.IntPtr cPtr = GlobalsPINVOKE.OdIBrFile_setSubentPath(swigCPtr, arg0 /*SIMPLETYPE*/, arg1 /*SIMPLETYPE*/);
74 OdIBrEntity ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdIBrEntity(cPtr, false);
76 return ret;
77 }
78
79}
80
81}
static global::System.Exception Retrieve()
static global::System.IntPtr OdIBrFile_setSubentPath(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2, IntPtr jarg3)
static void OdIBrFile_next__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3)
static void OdIBrFile_next__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3)
static void OdIBrFile_next__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3)
static void OdIBrFile_next__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3)
static void delete_OdIBrFile(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdIBrFile_next__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3)
static void OdIBrFile_next__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3)
static HandleRef getCPtr(OdIBrBrep obj)
Definition: OdIBrBrep.cs:25
static HandleRef getCPtr(OdIBrComplex obj)
Definition: OdIBrComplex.cs:25
static HandleRef getCPtr(OdIBrEdge obj)
Definition: OdIBrEdge.cs:25
static HandleRef getCPtr(OdIBrFace obj)
Definition: OdIBrFace.cs:25
virtual void next(OdIBrComplex pFirstChild, OdIBrComplex pCurChild)
Definition: OdIBrFile.cs:67
virtual void next(OdIBrEdge pFirstChild, OdIBrEdge pCurChild)
Definition: OdIBrFile.cs:62
virtual void next(OdIBrShell pFirstChild, OdIBrShell pCurChild)
Definition: OdIBrFile.cs:52
virtual void next(OdIBrFace pFirstChild, OdIBrFace pCurChild)
Definition: OdIBrFile.cs:57
virtual OdIBrEntity setSubentPath(Int32 arg0, IntPtr arg1)
Definition: OdIBrFile.cs:72
virtual void next(OdIBrBrep pFirstChild, OdIBrBrep pCurChild)
Definition: OdIBrFile.cs:42
static HandleRef getCPtr(OdIBrFile obj)
Definition: OdIBrFile.cs:25
virtual void next(OdIBrVertex pFirstChild, OdIBrVertex pCurChild)
Definition: OdIBrFile.cs:47
OdIBrFile(IntPtr cPtr, bool cMemoryOwn)
Definition: OdIBrFile.cs:20
override void Dispose(bool disposing)
Definition: OdIBrFile.cs:29
static HandleRef getCPtr(OdIBrShell obj)
Definition: OdIBrShell.cs:25
static HandleRef getCPtr(OdIBrVertex obj)
Definition: OdIBrVertex.cs:25