Hide menu
Loading...
Searching...
No Matches
cadex.ModelData.WireframeBody Class Reference

Provides a wireframe body composed of edges and wires. More...

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

Public Member Functions

 WireframeBody (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 WireframeBody (cadex.ModelData.Wire theWire)
 
 WireframeBody (cadex.ModelData.Edge theEdge)
 
void Append (cadex.ModelData.Wire theWire)
 
void Append (cadex.ModelData.Edge theEdge)
 
cadex.Collections.ShapeList 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 cadex.ModelData.WireframeBody 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.WireframeBody.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.ModelData.Body.