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 | |
![]() | IsTransitionFromIdxToNextIdxSharp | |
![]() | ShortenedBy | Returns a new, shortened polyline. If the shortened line would have zero or negative length, null is returned. |