Hi,
I try to modify Revit’s category text (remove redundant text in its description) in Rhino but the output structure cannot match the original one. How can I handle the data structure/depth to the {0,0,0) instead of {0,0,0,0,0,0}
Best,
Hi Ping,
The Category Identity will give you a clean name.
You can try to simplify the branches to remove superfluous branches. If that fails as in the image below you can use the Suirify component
Thanks Japhy! Simple and direct solution to my problem.