get_coordinate_from_percentage_distance#

Arc.get_coordinate_from_percentage_distance(ref_coordinate, fraction)#

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

Note

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

Parameters:
ref_coordinateCoordinate

Entity reference coordinate.

fractionfloat

Fractional distance along Arc.

Returns:
Coordinate

Coordinate at fractional distance along Arc.