Hi,
We are trying to develop an internal tool to import into Rhino our FEA mesh. The objective is to be able to assign to each face a set of properties (for example height and width of the wall they are a part of) and then export a csv table with all the information.
Right now we can import in Rhino the mesh, set all the values needed, and then export the table.
The problem is that I didn’t find a way to assign UserText to a face, but only to a whole mesh, so I am importing each face as a Mesh object, which slows down the module quite a lot since we need to import thousands of elements.
Is there a way to assign UserText to a single face in a mesh that I am missing? Or is there another approach I could take?
Thanks