Replies: 1 comment 4 replies
-
Hi, the problem is more related to how to deal with the properties of a target that are reference types and where the same property value, like a tool, can be referenced by multiple targets. In part is a general problem with serializing an object graph that is not a simple tree structure, but there are other issues like how to handle geometry indirectly referenced from the Rhino document. For example, you have a list of targets, they all reference the same tool, this tool references a mesh that is referenced from a Rhino document. |
Beta Was this translation helpful? Give feedback.
-
In Grasshopper it seems that it is not possible to internalize Targets in a Target-parameter and copy it to another document.
Might need a little tweaking with the override Read/Write methods?
Is there a chance this will be addressed in future releases?
Beta Was this translation helpful? Give feedback.
All reactions