Click or drag to resize

PolylineMath3DGetPolylineWithFractionalStartAndEndIndex Method

Overload List
 NameDescription
Public methodStatic memberGetPolylineWithFractionalStartAndEndIndex(IEnumerablePolylinePointD3D, Double, Double, Boolean, Boolean, PolylinePointD3DAsClass, Boolean, Boolean, PolylinePointD3DAsClass) Gets a part of a polyline by providing start and 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 exactly in the middle between the first point (index 0) and the second point (index 1) of the original polyline.
Public methodStatic memberGetPolylineWithFractionalStartAndEndIndex(IEnumeratorPolylinePointD3D, Double, Double, Boolean, Boolean, PolylinePointD3DAsClass, Boolean, Boolean, PolylinePointD3DAsClass) Gets a part of a polyline by providing start and 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 exactly in the middle between the first point (index 0) and the second point (index 1) of the original polyline.
Public methodStatic memberGetPolylineWithFractionalStartAndEndIndex(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.
Top
See Also