@gianfranco74 wrote:
Hi All.
Is there a way to uniquely identify a copy created with command Flow when in some events like RhinoDoc_AddRhinoObject?
Example 3 objects
id_1=aaa…;
id_2=bbb…;
id_1=ccc…;
The command will create
id_3=ddd…;
id_4=eee…;
id_5=fff…;
id_3 is the copy of ??? and the same for each object.
Posts: 4
Participants: 2