Defines an outline consisting of 2D curves.
More...
|
|
| Curve2dOutline (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| Curve2dOutline () |
| | Constructor.
|
| |
|
void | Append (cadex.Geom.Curve2d theCurve) |
| | Appends the curve.
|
| |
|
cadex.Collections.Curve2dList | Curves () |
| | Returns the curves.
|
| |
| bool | IsEmpty () |
| | Returns true if no curves have been added.
|
| |
| uint | NumberOfCurves () |
| | Returns the number of added curves.
|
| |
|
cadex.Geom.Curve2d | Curve (uint theIndex) |
| | Returns the specified curve.
|
| |
|
| Outline (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Accept (cadex.PMI.OutlineVisitor theVisitor) |
| |
|
| 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) |
| |
| override void | Dispose (bool disposing) |
| |
Defines an outline consisting of 2D curves.
- See also
- OutlinedComponent
- Examples
- exploring/pmi/Program.cs, and exploring/pmi/main.cxx.
◆ Dispose()
| override void cadex.PMI.Curve2dOutline.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ IsEmpty()
| bool cadex.PMI.Curve2dOutline.IsEmpty |
( |
| ) |
|
|
inline |
Returns true if no curves have been added.
Returns true if IsNull().
◆ NumberOfCurves()
| uint cadex.PMI.Curve2dOutline.NumberOfCurves |
( |
| ) |
|
|
inline |