Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ICurve Interface / GetPointsByLengthPerSegment Method
The distance between points

In This Topic
    GetPointsByLengthPerSegment Method (ICurve)
    In This Topic
    Subdivides the curve by the distance provided, for LinearPaths and CompositeCurves it does it segmentwise.
    Syntax
    'Declaration
     
    Function GetPointsByLengthPerSegment( _
       ByVal length As Double _
    ) As Point3D()
    Point3D[] GetPointsByLengthPerSegment( 
       double length
    )

    Parameters

    length
    The distance between points

    Return Value

    An array of 3D points.
    Remarks
    In LinearPaths and CompositeCurves, this method is applied to each segment.
    See Also