|
|
PolyLine3 Class |
Namespace: Karamba.Geometry
The PolyLine3 type exposes the following members.
| Name | Description | |
|---|---|---|
| PolyLine3(IEnumerablePoint3) |
Create polyline from points.
| |
| PolyLine3(Point3, Point3) |
Create polyline line segment.
|
| Name | Description | |
|---|---|---|
| Count |
Get number of points.
| |
| Item |
Get or set polyline point at index.
| |
| PointAtEnd |
Line end point.
| |
| PointAtStart |
Line start point.
| |
| Points |
Get polyline points.
|
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| Equals(PolyLine3) |
test 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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Compare lines.
| |
| Inequality |
Compare lines.
|
| Name | Description | |
|---|---|---|
| Convert |
Create rhino PolyCurve from karamba polyline.
(Defined by GeometryExtensions.) |