Provides a sheet body composed of faces and shells. More...
Public Member Functions | |
| SheetBody (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| SheetBody (cadex.ModelData.Shell theShell) | |
| SheetBody (cadex.ModelData.Face theFace) | |
| void | Append (cadex.ModelData.Shell theShell) |
| void | Append (cadex.ModelData.Face theFace) |
| 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.SheetBody | 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) |
Provides a sheet body composed of faces and shells.
|
inlineprotectedvirtual |
Reimplemented from cadex.ModelData.Body.