What’s the difference between GetObject vs GetObjectEx?
I think GetObject
is newer and works internally a little different than GetObjectEx
.
why Do you need a second topic ?
Ex = Extended Informataion ?
GetObject → just returns the GUID of the object
https://developer.rhino3d.com/api/rhinoscript/selection_methods/getobject.htm
GetObjetctEx → returns an array full of information - see:
https://developer.rhino3d.com/api/rhinoscript/selection_methods/getobjectex.htm
2 Likes
Because it’s a different topic, not related to the first.