Using ShapeDiver’s ‘ImportGeometry’ node, is there a way to internalize the outputted object and keeping the attributes? I tried internalizing curves from a dxf as Data, Txt or Crv type, but none work, loosing the original attributes.
Reason is mainly optimization as importing the geometry using ShapeDiver’s ‘ImportGeo’ takes about 500ms, and I want to remove that overload.
and yes … I could internalise the data further downstream, or have seperate logic to extract the text fragment, but that’s kinda messy and against my designer ocd
See attachment for gh
shapediver.gh (15.9 KB)