pyleecan.Functions.Geometry.comp_surface_num module

comp_surface_num(point_list)[source]

Compute the surface of the Polygon defined by the points

Parameters:

point_list (list) – List of complex coordinate of the points

Returns:

S – Surface of the closed surface [m**2]

Return type:

float