algorithmic modeling for Rhino
Tags:
Dim locPt as new Point3d ((rndx.NextDouble() * (bbox.Max.X - bbox.Min.X - 4))+ bbox.Min.X + 2), _
(rndy.NextDouble() * (bbox.Max.Y - bbox.Min.Y - 4))+ bbox.Min.Y + 2), _
(rndz.NextDouble() * (bbox.Max.Z - bbox.Min.Z - 4))+ bbox.Min.Z + 2))
Dim rnd As New Random(4) 'Use a fixed seed for consistent results
For i As Integer = 0 To fc
Dim locPt As New Point3d(rnd.Next....rnd.Next... etc. etc.)
Next
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