|
|
| Polyline (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| Polyline (cadex.Collections.PointList thePoints) |
| |
|
void | AddPoint (cadex.Geom.Point thePoint) |
| | Adds a new point to the end of the list of polyline points.
|
| |
|
void | AddPoints (cadex.Collections.PointList thePoints) |
| | Adds new points to the end of the list of polyline points.
|
| |
|
cadex.Geom.Point | Point (uint theIndex) |
| | Returns the point at position theIndex in polyline.
|
| |
|
uint | NumberOfPoints () |
| | Returns a number of points in polyline.
|
| |
|
| Geometry (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| 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) |
| |
Defines a connected sequence of line segments created as a single object.
A polyline is a line consisting of one or more line segments joined end to end. Polylines, unlike polygons, are not necessarily closed.