---
title: 'Closed-loop generation'
part: 'Part VII — Fabric Physics and the Professional Layer'
partNumber: 7
order: 7
subtitle: 'coverat, countat, nearestsewn, and feedback stability'
---

_Content coming soon._

<Run>{`// Add dots only where coverage is low
beginfill
repeat 36 [ fd 4 rt 10 ]
endfill
// Closed-loop motif placement (placeholder)
repeat 20 [
  let p = [random(30) - 15, random(30) - 15]
  if coverat(p) < 0.8 [
    up  setpos p  down
    repeat 6 [ fd 1.5 rt 60 ]
  ]
]`}</Run>

<Checkpoint chapterId="ch-46">Chapter content coming soon.</Checkpoint>
