Solid.getFaceNames()
Returns the set of face labels currently tracked on the solid.
Usage
javascript
const names = solid.getFaceNames();Use this when you only need labels, not full triangle payloads.
Solid.getFaceNames()Returns the set of face labels currently tracked on the solid.
const names = solid.getFaceNames();Use this when you only need labels, not full triangle payloads.