Hi,
i search now 3 hours to found a logic way:
-
i “select” (closed) curves and GROUPt curves
-
then i can’t found the funktion:
Dim go = New Rhino.Input.Custom.GetObject()
'go.GeometryFilter = Rhino.DocObjects.ObjectType.InstanceReference
go.GeometryFilter = Rhino.DocObjects.ObjectType.Curve
go.GroupSelect = Truego.GetMultiple(1, 0)
‘’’’’’’’’ Dim groups() = go.GetGroupList() <<<<<<<<<<<<<<<<<<<<
or can i ASK the “object” to there GROUP ?
the help in wiki its only for ADD to Group … 
for any example i jump 10 times 
thanks