@unknownuser said:
Right. In SUbD I store all data in attributes in the definition. Currently, when the mesh is subdivided the control mesh is recreated entirely in attributes - even nested attributes. At the moment each limit-mesh entity has a unique ID that reference the ID of the control mesh so I can look up control mesh data. (I think that if a face is triangulated by autofold each new face will get a copy of the attributes.)
Sounds sofisticated. This gives me some ideas, thanks.
@unknownuser said:
I do wish we could have a more generic way to create parametric tools in SketchUp though. A framework that could be used to kick start new creations easily without everyone reinventing the low level stuff all the time. But generic high performance frameworks are challenging to get right.
Yeah, that would be ultimate. Have you started yet ?
@unknownuser said:
CEXT in that last screenshot just reference the Ruby C++ Extension that does the calculations.
Yes I was refering to a C-extension.