Hi all
I’m a new in Rhino in python
I have a list of objects that I selected in rhino.
I wanna store the selection list and later on select it from python
the thing is when I use Get.object it give me the simple guid that I want “[xxxxxxx]”
but when I use the Get.objects it gives me diffrent thing like “system.guid object at [xxxxx]”
I want to get the simple guid like first one [xxxxxxxxxxx]
so later on I can import to object select to re select it by python.
thanks
2 posts - 2 participants