IPolyline |
public interface IPolylineD3D
The IPolylineD3D type exposes the following members.
| 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 | Gets the total line length of the polyline. |
| Name | Description | |
|---|---|---|
| GetPoint | Gets the point at the specified index. | |
| IsTransitionFromIdxToNextIdxSharp | Determines whether the transition from the point at the specified index to the next point is sharp. | |
| ShortenedBy | Returns a new, shortened polyline. If the shortened line would have zero or negative length, null is returned. |