Describes drawing elements composed of 2D curves.
More...
|
|
| CurveSet (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| CurveSet () |
| | Constructor.
|
| |
|
void | AddCurve (cadex.Geom.Curve2d theCurve) |
| | Adds a 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) |
| |
| override void | Dispose (bool disposing) |
| |
Describes drawing elements composed of 2D curves.
This geometric element encapsulates the portion of the view's geometry described with parametric 2D curves (more specifically, objects of classes derived from Geom.Curve2d).
- Examples
- exploring/drawings/Program.cs, exploring/drawings/main.cxx, nesting/nesting_computer/Program.cs, and nesting/nesting_computer/main.cxx.
◆ Dispose()
| override void cadex.Drawing.CurveSet.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |