|
|
| PiecewiseContour (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| PiecewiseContour () |
| | Constructor.
|
| |
|
bool | IsClosed () |
| | Returns true if the contour is closed.
|
| |
|
bool | AddCurve (cadex.Geom.Curve2d theCurve) |
| | Adds a trimmed curve or a B-spline curve to the element.
|
| |
|
uint | NumberOfCurves () |
| | Returns the number of curves currently composing the element.
|
| |
|
cadex.Geom.Curve2d | Curve (uint theIndex) |
| | Returns the specified curve of the element.
|
| |
|
| Geometry (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| Element (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | SetUuid (System.Guid theUuid) |
| |
|
System.Guid | Uuid () |
| |
|
void | Accept (cadex.Drawing.ElementVisitor 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) |
| |
Describes drawing elements composed connected 2D curves.
Restriction - can only contain Geom.Curve2d if it's trimmed (i.e., IsTrimmed() returns true) and Geom.BSplineCurve2d.