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

Defines a body that represents a polygonal mesh (faceted or tessellated). More...

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

Public Member Functions

 MeshBody (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 MeshBody (cadex.ModelData.MeshShape theMeshShape)
 
void Append (cadex.ModelData.MeshShape theMeshShape)
 
cadex.Collections.MeshShapeList Shapes ()
 
- 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 new cadex.ModelData.MeshBody Cast (cadex.BaseObject theBase)
 
static cadex.ModelData.MeshBody 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

Defines a body that represents a polygonal mesh (faceted or tessellated).

See also
MeshShape
Examples
exploring/mesh/Program.cs, and exploring/mesh/main.cxx.

Member Function Documentation

◆ Dispose()

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

Reimplemented from cadex.ModelData.Body.