Sharp |
public class SharpPolylineD3D : IPolylineD3D
The SharpPolylineD3D type exposes the following members.
Name | Description | |
---|---|---|
SharpPolylineD3D | Initializes a new instance of the SharpPolylineD3D class |
Name | Description | |
---|---|---|
Count | Gets the number of points. | |
Points | Gets the points of this polyline. No information is contained here whether the joints are sharp or soft. | |
TotalLineLength |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
FromPointsWithPossibleDublettes | Gets a sharp polyline from a point array which may contain consecutive dublettes, i.e. two or more consecutive points with equal coordinates. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetPoint | ||
GetType | Gets the Type of the current instance. (Inherited from Object) | |
IsTransitionFromIdxToNextIdxSharp | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ShortenedBy | Returns a new, shortened polyline. If the shortened line would have zero or negative length, null is returned. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |