febiosoftware / FEBioStudio

https://febio.org/
MIT License
67 stars 24 forks source link

Issue: 🐛Bug report | Mesh Inspector hidden element visualization #107

Closed stevenlabelle closed 1 month ago

stevenlabelle commented 1 month ago

Description: The mesh inspector does not properly visualize objects when elements are hidden. The result depends on the method used to hide elements. Elements hidden by manual selection become black. When hiding elements with a plane cut, unhidden elements become black. Version: Dev version 2.7.0.fe45f172b

To reproduce:

  1. Open an model with a meshed part.
  2. Hide some elements (tested by 1) manually selecting top surface elements or 2) plane cut).
  3. Open the mesh inspector and visualize a data field (e.g., mesh data or Element Volume).

image

SteveMaas1978 commented 1 month ago

Hi Steven,

This should be fixed now. Please give it another try with the latest dev version and let me know.

Thanks,

Steve

stevenlabelle commented 1 month ago

This works now. Thanks.