Fill Area with Pattern
+fillPTRN[]
Fill Area with Pattern
Fill a planting area based on given points, rules, and parameters. Individual self spacing has no effect.
INPUTS
<A> : Planting area to be populated
<E> : Environment with needed layers to apply niche constraints and rules.
<P> : plant library to layout
weights : Optional weight override of the plants from library in the mix. Default = plant.w attribute
pt 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.
All Placement Components: