Hi,
Is there any way to get the identifiers of all hidden objects in a worksession?
Thank you!
Hi,
Is there any way to get the identifiers of all hidden objects in a worksession?
Thank you!
Check the object RhinoObject.ReferenceModelSerialNumber
property. If it returns something other than zero, the object is from a worksession reference file.
– Dale