Describes drawing elements composed connected 2D curves.
More...
|
|
| 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) |
| |
|
| override void | Dispose (bool disposing) |
| |
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.
- Examples
- MTKConverter/Program.cs, and MTKConverter/main.cxx.
◆ PiecewiseContour()
| cadex.Drawing.PiecewiseContour.PiecewiseContour |
( |
| ) |
|
|
inline |
◆ AddCurve()
◆ Curve()
Returns the specified curve of the element.
◆ Dispose()
| override void cadex.Drawing.PiecewiseContour.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ IsClosed()
| bool cadex.Drawing.PiecewiseContour.IsClosed |
( |
| ) |
|
|
inline |
Returns true if the contour is closed.
◆ NumberOfCurves()
| uint cadex.Drawing.PiecewiseContour.NumberOfCurves |
( |
| ) |
|
|
inline |
Returns the number of curves currently composing the element.