ifermion
ifermion
Thanks for the quick response. I'm actually working with cells / faces. It seems that there is no equivalent function to delete cells off a mesh within the library (deleteCells...
or ideally what I'm after is just to keep the skeleton / cells without any colouring (defined by a cell / face ID) for a given / specified list of...
Thanks again, this is a good idea to used a wired frame just underneath the mesh. It seems to work. But I have a one slight final problem with the...
well, I'm working with facets as I have to display facet-based data. So it seems that this does not work for facets, because in the way the properties of points...
well, finally I managed to get it solved by getting an array of facets mapping to their vertices using ```mesh.faces()``` though which I could find the 'points' that needed to...