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

Base class for all polygonal geometry containers. More...

Inheritance diagram for cadex.ModelData.MeshShape:
cadex.BaseObject cadex.ModelData.IndexedTriangleSet cadex.ModelData.PointSet cadex.ModelData.Polyline2dSet cadex.ModelData.PolylineSet

Public Member Functions

 MeshShape (global::System.IntPtr cPtr, bool cMemoryOwn)
 
- 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 bool CompareType (cadex.BaseObject theObject)
 Check the type of object. Returns true if the specified object is this class type.
 
static cadex.ModelData.MeshShape Cast (cadex.BaseObject theBase)
 

Protected Member Functions

override void Dispose (bool disposing)
 

Detailed Description

Base class for all polygonal geometry containers.

See also
Mesh Generation, ModelAlgo.MeshGenerator
Examples
exploring/mesh/Program.cs, and exploring/mesh/main.cxx.

Member Function Documentation

◆ Dispose()

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

Reimplemented from cadex.BaseObject.