Defines a polygonal shape consisting of polylines.
More...
|
|
| PolylineSet (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| PolylineSet (cadex.Geom.Polyline thePolyline) |
| |
|
void | AddPolyline (cadex.Geom.Polyline thePolyline) |
| | Adds a polyline into a polyline set.
|
| |
|
void | AddPolylines (cadex.ModelData.PolylineSet theSet) |
| | Adds polylines from theSet into a polyline set.
|
| |
| cadex.Geom.Polyline | Polyline (uint theIndex) |
| | Returns the polyline at position theIndex in polyline set.
|
| |
|
uint | NumberOfPolylines () |
| | Returns a number of polylines in polyline set.
|
| |
|
| MeshShape (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| 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) |
| |
|
| override void | Dispose (bool disposing) |
| |
Defines a polygonal shape consisting of polylines.
- Examples
- exploring/mesh/Program.cs, and exploring/mesh/main.cxx.
◆ Dispose()
| override void cadex.ModelData.PolylineSet.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ Polyline()