algorithmic modeling for Rhino
Hi Mirko.
It's not a bug.
You are supplying a python list as an argument to a ghc.Random, which requires an Interval instead.
Create the Interval first:
import ghpythonlib.components as ghc
dom = ghc.ConstructDomain(0, 10)
test = ghc.Random(dom, 2, 2)
print test
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by