I am looking to determine if a node is an assembly or a part. I have looked through the viewer3D.js code and came across the below flags:
Although when I work access these flags, the result is always 0 for all nodes regardless whether it is a GEOMETRY, COMPOSITE OR ASSEMBLY.
Are these flags currently in use? Or are they legacy code that is no longer being used?