PyMeshLab icon indicating copy to clipboard operation
PyMeshLab copied to clipboard

generate_polyline_from_planar_section results have incomplete sectionsurface meshes created.

Open danwbean opened this issue 1 year ago • 1 comments

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.

danwbean avatar Aug 10 '23 00:08 danwbean