Represents a single contour of a projection region as an outer or inner boundary.
More...
|
|
| Projector_ProjectionContour (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
double | Area () |
| |
|
double | Perimeter () |
| |
|
cadex.Geom.Polyline2d | Polyline () |
| |
|
cadex.ModelData.IndexedTriangleSet | Mesh () |
| |
|
| 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) |
| |
Represents a single contour of a projection region as an outer or inner boundary.
- See also
- Projector_ProjectionRegion
-
Projector_Projection
◆ Dispose()
| override void cadex.Projector_ProjectionContour.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |