Hi,
currently im trying to develop a building based on parametrical operations. Basically im trying to recreate this PLASMA STUDIO |.
im currently using the populate command to create random points at random heights, but i wanna set a minimum cap of 3 metres on the Z (so the space is available). I tried with the deconstruct points in coordinates and tried with the domain command but it seems not to be suitable.
Thnx for future help 
Are you referring to the minimum space between ground and point? You could âelevateâ the box youâre populating to that height, no? Otherwise, are you referring to finding and removing points that are below that 3 m mark?
Your topic title does not match what youâre trying to recreate.
Try to be clearer 
Hi,
thnx for the fast reply. Basically the programs is generating random points with a Z value. i need it to be automatically set above 3 in order to not have too much of a height difference.
Should i change the topic title?
1 Like
Maybe, just for fun haha ârandom points with preset elevationâ ? That way the truly smart people can come help 
Anyway, the random population of points via the 3D population component doesnât let you do that, but you could dispatch points that are generated above 3:
An easy alternative would be to make sure the âbottomâ level of your populated box is already at 3 m or above, that way all points will be âautomaticallyâ generated at or above 3 m.
Or, maybe something like this idea:
above3.gh (11.2 KB)
It replaces your âZâ value of all your original random points with another random value thatâs told to be at or above 3 m.
Does this info help?
Hi, thnx a lot. I cant try it now cause im not home but i will soon 