Hello
is Poplulate 2D points available in GhPython?
I would say yes, unless you are looking for a different populate function.
1 Like
Thanks
Looks like what i need but it’s not clear how to use it in the help like other functions
*Args means input all args with commas separating them.
**kwargs means you can specify specific inputs and skip others.
Populate2D(rectang,count,points=[ptlist])
where there is no seed is a valid input.
This is because if you look at the populate2d component, it already has some default values and if you don’t input them, the function is still valid.
x is set to rectangle.
1 Like
Very good i will try it
Many thanks