Short Question: Get GUID of Brep

Hi all,

how to get the guid of a brep object?
I have to extract the guid of a brep object (<Rhino.Geometry.Brep object at 0x0000000000000078 [Rhino.Geometry.Brep]>)…

Is it with pythons “getattr”-method?

Kind regards,
Mr Sinter

Found it out…Have to keep track when adding to the document

brep_guid = sc.doc.Objects.AddBrep(brep_extrude)
1 Like