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