Extract polygon and edges centers
It provides the means to extract the centers of the polygons and edges of a mesh. The centers are computed as the average of the vertices that define the polygon or edge. The centers are stored in a new mesh object. The new mesh object is a point cloud with the centers as vertices.
The running example can be found in the repository
For details see query and extract_poly_centers
and extract_edge_centers
methods.