get_coordinate_from_percentage_distance#

Line.get_coordinate_from_percentage_distance(ref_coordinate, fraction)#

Get the coordinate at a fractional distance along the line from the reference coord.

Note

This method is deprecated. Use the Line.get_coordinate_from_distance() method with the fraction = ` or `percentage = argument.

Parameters:
ref_coordinateCoordinate

Entity reference coordinate.

fractionfloat

Fractional distance along Line.

Returns:
Coordinate

Coordinate at fractional distance along Line.