from_coordinates#

classmethod Arc.from_coordinates(start_point, intersection_point, end_point)#

Take three coordinates and converts to an arc.

Parameters:
start_point: ansys.motorcad.core.geometry.Coordinate

Start coordinate of Arc.

intersection_point: ansys.motorcad.core.geometry.Coordinate

Coordinate which arc will intersect.

end_point: ansys.motorcad.core.geometry.Coordinate

End coordinate of Arc.

Returns
——-
ansys.motorcad.core.geometry.Arc