|
|
PolyLine3 Class |
Namespace: Karamba.Geometry
The PolyLine3 type exposes the following members.
| Name | Description | |
|---|---|---|
| PolyLine3 |
Initializes a new instance of the PolyLine3 class.
Initialize a polyline class.
| |
| PolyLine3(Point3) |
Initializes a new instance of the PolyLine3 class.
Create polyline from Point3[].
| |
| PolyLine3(IEnumerablePoint3) |
Initializes a new instance of the PolyLine3 class.
Create polyline from an IEnumerableT.
| |
| PolyLine3(Point3, Point3) |
Initializes a new instance of the PolyLine3 class.
Create polyline line segment.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of points.
| |
| Item |
Gets or sets polyline point at index.
| |
| PointAtEnd |
Gets the line end point.
| |
| PointAtStart |
Gets the line start point.
| |
| Points |
Gets the polyline points.
|
| Name | Description | |
|---|---|---|
| Add |
Add a point to the polyline after the current end point.
| |
| AddPolyline |
Add points belonging to another PolyLine3 to the current PolyLine3.
| |
| AddRange |
Add a list of points to the polyline after the current end point.
| |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| Equals(PolyLine3) |
Tests whether another poly-line equals this poly-line.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InsertRange |
Adds a point belonging to another PolyLine3 to the current PolyLine3.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Reverse |
Reverse PolyLine3 direction.
| |
| ToArray |
Copies the element on the polyline to new array Point3[].
| |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Compare two lines.
| |
| Inequality |
Compare lines for inequality.
|