Extended .NET SDK Documentation
2024 SP0
Loading...
Searching...
No Matches
SDK
DotNet
dd_inc
TD_SwigCore_TEMP
TargetLangSources
OdGiClippedGeometryOutputCallback.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
11
namespace
Teigha.Core
{
12
13
using
System;
14
using
System.Runtime.InteropServices;
15
16
public
class
OdGiClippedGeometryOutputCallback
:
OdRxObject
{
17
private
Object locker =
new
Object();
18
private
HandleRef swigCPtr;
19
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20
public
OdGiClippedGeometryOutputCallback
(IntPtr cPtr,
bool
cMemoryOwn) : base(
GlobalsPINVOKE
.OdGiClippedGeometryOutputCallback_SWIGUpcast(cPtr), cMemoryOwn) {
21
swigCPtr =
new
HandleRef(
this
, cPtr);
22
}
23
24
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25
public
static
HandleRef
getCPtr
(
OdGiClippedGeometryOutputCallback
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
;
34
GlobalsPINVOKE
.
delete_OdGiClippedGeometryOutputCallback
(swigCPtr);
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
bool
clippedGeometryOutputCallbackProc
(
OdGiClippedGeometryOutput
pGeomOutput,
OdGiConveyorContext
pDrawContext) {
43
bool
ret =
GlobalsPINVOKE
.
OdGiClippedGeometryOutputCallback_clippedGeometryOutputCallbackProc
(swigCPtr,
OdGiClippedGeometryOutput
.
getCPtr
(pGeomOutput), pDrawContext.
GetInterfaceCPtr
());
44
if
(
GlobalsPINVOKE
.
SWIGPendingException
.
Pending
)
throw
GlobalsPINVOKE
.
SWIGPendingException
.
Retrieve
();
45
return
ret;
46
}
47
48
protected
static
string
getRealClassName
(IntPtr
/*SIMPLETYPE*/
ptr) {
49
string
ret =
GlobalsPINVOKE
.
OdGiClippedGeometryOutputCallback_getRealClassName
(ptr
/*SIMPLETYPE*/
);
50
if
(
GlobalsPINVOKE
.
SWIGPendingException
.
Pending
)
throw
GlobalsPINVOKE
.
SWIGPendingException
.
Retrieve
();
51
return
ret;
52
}
53
54
}
55
56
}
Teigha.Core.GlobalsPINVOKE.SWIGPendingException
Definition:
GlobalsPINVOKE.cs:130
Teigha.Core.GlobalsPINVOKE.SWIGPendingException.Pending
static bool Pending
Definition:
GlobalsPINVOKE.cs:136
Teigha.Core.GlobalsPINVOKE.SWIGPendingException.Retrieve
static global::System.Exception Retrieve()
Definition:
GlobalsPINVOKE.cs:155
Teigha.Core.GlobalsPINVOKE
Definition:
GlobalsPINVOKE.cs:16
Teigha.Core.GlobalsPINVOKE.delete_OdGiClippedGeometryOutputCallback
static void delete_OdGiClippedGeometryOutputCallback(HandleRef jarg1)
Teigha.Core.GlobalsPINVOKE.OdGiClippedGeometryOutputCallback_clippedGeometryOutputCallbackProc
static bool OdGiClippedGeometryOutputCallback_clippedGeometryOutputCallbackProc(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
Teigha.Core.GlobalsPINVOKE.OdGiClippedGeometryOutputCallback_getRealClassName
static string OdGiClippedGeometryOutputCallback_getRealClassName(IntPtr jarg1)
Teigha.Core.OdGiClippedGeometryOutputCallback
Definition:
OdGiClippedGeometryOutputCallback.cs:16
Teigha.Core.OdGiClippedGeometryOutputCallback.Dispose
override void Dispose(bool disposing)
Definition:
OdGiClippedGeometryOutputCallback.cs:29
Teigha.Core.OdGiClippedGeometryOutputCallback.OdGiClippedGeometryOutputCallback
OdGiClippedGeometryOutputCallback(IntPtr cPtr, bool cMemoryOwn)
Definition:
OdGiClippedGeometryOutputCallback.cs:20
Teigha.Core.OdGiClippedGeometryOutputCallback.getRealClassName
static string getRealClassName(IntPtr ptr)
Definition:
OdGiClippedGeometryOutputCallback.cs:48
Teigha.Core.OdGiClippedGeometryOutputCallback.getCPtr
static HandleRef getCPtr(OdGiClippedGeometryOutputCallback obj)
Definition:
OdGiClippedGeometryOutputCallback.cs:25
Teigha.Core.OdGiClippedGeometryOutputCallback.clippedGeometryOutputCallbackProc
virtual bool clippedGeometryOutputCallbackProc(OdGiClippedGeometryOutput pGeomOutput, OdGiConveyorContext pDrawContext)
Definition:
OdGiClippedGeometryOutputCallback.cs:42
Teigha.Core.OdGiClippedGeometryOutput
Definition:
OdGiClippedGeometryOutput.cs:16
Teigha.Core.OdGiClippedGeometryOutput.getCPtr
static HandleRef getCPtr(OdGiClippedGeometryOutput obj)
Definition:
OdGiClippedGeometryOutput.cs:25
Teigha.Core.OdRxObject
Definition:
OdRxObject.cs:16
Teigha.Core.OdRxObject.swigCMemOwn
bool swigCMemOwn
Definition:
OdRxObject.cs:19
Teigha.Core.OdGiConveyorContext
Definition:
OdGiConveyorContext.cs:16
Teigha.Core.OdGiConveyorContext.GetInterfaceCPtr
global::System.Runtime.InteropServices.HandleRef GetInterfaceCPtr()
Teigha.Core
Definition:
AcisDataType.cs:11
Generated on Wed Apr 5 2023 17:03:55