|
|
PolyLine3 Methods |
The PolyLine3 type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Add a point to the polyline after the current end point.
| |
| AddPolyline | ||
| 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 | ||
| 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.) |