pyleecan.Methods.Geometry.PolarArc.discretize module

discretize(self, nb_point)[source]

Returns the discretize version of the PolarArc

Parameters:

nb_point (int) – number of points wanted per line

Returns:

point_list – List of complex coordinate of the points

Return type:

list

exception NbPointPolarArcError[source]

Bases: Exception