PlanarSlicer.visualize_on_viewer
- PlanarSlicer.visualize_on_viewer(viewer, visualize_mesh=False, visualize_paths=True)
Visualizes slicing result using compas.viewers.
- Parameters
viewer (
compas_view2.app.App
) – An instance of the App viewer class.visualize_mesh (bool, optional) – True to visualize mesh, False to not.
visualize_paths (bool, optional) – True to visualize paths, False to not.