Hide menu
Loading...
Searching...
No Matches

Provides a solid body composed of solids. More...

Inheritance diagram for cadex.ModelData.SolidBody:
cadex.ModelData.Body cadex.BaseObject

Public Member Functions

 SolidBody (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 SolidBody (cadex.ModelData.Solid theSolid)
 
void SetSolid (cadex.ModelData.Solid theSolid)
 
cadex.ModelData.Solid Solid ()
 
- Public Member Functions inherited from cadex.ModelData.Body
 Body (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void SetName (cadex.UTF16String theName)
 
cadex.UTF16String Name ()
 
- Public Member Functions inherited from cadex.BaseObject
 BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
bool IsNull ()
 
ulong Id ()
 Return unique identifier of public object.
 
bool IsEqual (cadex.BaseObject theObj)
 
override int GetHashCode ()
 
override bool Equals (System.Object o)
 

Static Public Member Functions

static new bool CompareType (cadex.BaseObject theObject)
 
static cadex.ModelData.SolidBody Cast (cadex.ModelData.Body theBase)
 
- Static Public Member Functions inherited from cadex.ModelData.Body
static bool CompareType (cadex.BaseObject theObject)
 
static cadex.ModelData.Body Cast (cadex.BaseObject theBase)
 

Protected Member Functions

override void Dispose (bool disposing)
 

Detailed Description

Member Function Documentation

◆ Dispose()

override void cadex.ModelData.SolidBody.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.ModelData.Body.