PyMeshLab
PyMeshLab copied to clipboard
generate_polyline_from_planar_section results have incomplete sectionsurface meshes created.
I am generating cross-section slices using ms.apply_filter('generate_polyline_from_planar_section', planeaxis=planeaxis, planeoffset=planeoffset, createsectionsurface=True)
I then use ms.apply_filter('get_geometric_measures') to get properties (like area) for the section (so I need the meshes). I then save the polyline and related geometry.
Two meshes are created 1) a polyline with vertices and edges and 2) a sectionsurface mesh with vertices and faces. In some cases only vertices are produced (no face or edges).
See below. Thanks for a great program.