Help for Groups geometry in C# &python?
group.gh (14.1 KB)
Python
import ghpythonlib.components as ghc
a=ghc.Group(x)
import Rhino.DocObjects.Tables.GroupTable as rdg
a=rdg.AddToGroup(x)
C#
A = Rhino.DocObjects.Group(x);
Each of these methods was associated with an error
group.gh (14.1 KB)
5 posts - 3 participants