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_coordinate
Coordinate
Entity reference coordinate.
- fraction
float
Fractional distance along Line.
- ref_coordinate
- Returns:
Coordinate
Coordinate at fractional distance along Line.