Jarek, due to current behaviour, if you import a Grasshopper point into a VB component, only the actual coordinate is maintained. Any reference data (i.e. the ID of the point object, or the ID of the curve object and the parameter along the curve length etc. etc.) is stripped.
The only way to get an ID is to actually type it into a String parameter. In the attached network, I copy-pasted the entire _What content into the String parameter 'Manage Collection' dialog and then removed all the bogus lines. http://groups.google.com/group/grasshopper3d/web/retrieve_object_name.zip The current conversion logic does not automatically create IDs from referenced geometry, nor does it create Geometry from IDs. This will only be available in the next version. -- David Rutten [email protected] Robert McNeel & Associates On Feb 7, 4:04 pm, Jarek <[email protected]> wrote: > Can anyone help me to make VB.NET component that would take a set of > objects and output a set of strings that are the object names ? > I am particulary looking for inputing set of Point Objects. > ( I guess that is a WISH for ObjectName component at some point in > future releases of GH...) > > thanks
