Hi @fraguada,
How do I get the object names and other properties that we typically see in the rhino properties toolbar in Rhino 3dm loader in three.js?
Hi @fraguada,
How do I get the object names and other properties that we typically see in the rhino properties toolbar in Rhino 3dm loader in three.js?
Just get an object’s attributes.
https://mcneel.github.io/rhino3dm/javascript/api/File3dmObject.html
– Dale
Wow . I was actually looking for the js API. Thank you
So I should just do object.userData.attributes
and I should get all the attributes as an array. Is that correct @dale?
yes!