Hi all,
I have a question about GUID of the object.
When exactly is the GUID created? When it is added to the document?
I mean, when I create a bounding box (by Rhino.Geometry) I can’t keep track of it by GUID until I add it to the doc (for example by ToBrep() function and sc.doc.Objects.AddBrep()?
If I want to create multiple boxes and don’t want to show them in the document but test them for inclusion of points, it is sufficient to create them as Rhino.Geometry, but I can’t keep track of them by GUID but have to use simple list of these boxes. Is that right?
Thanks,
Tomas