Fill Area with Pattern Constrained (1.3)
+fillPTRN[]
fill area with pattern constrained
BETA Fill a planting area based on given points, rules, and parameters. Individual self spacing has no effect.
INPUTS
<P> : plant library to layout
weights : Optional weight override of the plants from library in the mix. Default = plant.w attribute
<A> : Planting area to be populated
pattern : Pattern described as points for each area
tries : Number of tries to allow for any given point. Default = 20
fixed : Whether plants would remain fixed during later area packing. Default = True
constrained : Whether plants will be constrained by niches. Default = True.
buffer : Distance allowed from existing plants. Default = None
OUTPUTS
<A> : Area with random plants populated
not filled : Points in pattern not filled due to limiting constraints or not enough tries.