pyleecan.Methods.Geometry.Arc3.check module

check(self)[source]

assert that the arc is correct (begin != end)

Parameters:

self (Arc3) – An Arc3 object

Return type:

None

Raises:

PointArc3Error – The beginning point and the ending point of an Arc3 can’t be the same