| Name | Description |
---|
| GetPolylineWithFractionalStartAndEndIndex(IEnumerablePolylinePointD3D, Double, Double, Boolean, Boolean, PolylinePointD3DAsClass, Boolean, Boolean, PolylinePointD3DAsClass) |
Gets a part of an polyline by providing start end end indices. The indices are allowed to be real values (for instance the start index 0.5 means that the
start point of the returned polyline is excactly in the middle between the first point (index 0) and the second point (index 1) of the original polyline.
|
| GetPolylineWithFractionalStartAndEndIndex(IEnumeratorPolylinePointD3D, Double, Double, Boolean, Boolean, PolylinePointD3DAsClass, Boolean, Boolean, PolylinePointD3DAsClass) |
Gets a part of an polyline by providing start end end indices. The indices are allowed to be real values (for instance the start index 0.5 means that the
start point of the returned polyline is excactly in the middle between the first point (index 0) and the second point (index 1) of the original polyline.
|
| GetPolylineWithFractionalStartAndEndIndex(IEnumerablePointD3D, VectorD3D, VectorD3D, VectorD3D, Double, Double, Boolean, Boolean, PolylinePointD3DAsClass, Boolean, Boolean, PolylinePointD3DAsClass) |
Gets a part of an polyline by providing start end end indices. The indices are allowed to be real values (for instance the start index 0.5 means that the
start point of the returned polyline is excactly in the middle between the first point (index 0) and the second point (index 1) of the original polyline.
|