Skip to main content
Footprints

<courtyardcircle />

Overview

Courtyard circles define the physical boundary of a circular component or feature, including potential tolerance.

export default () => (
<board width="20mm" height="20mm">
<courtyardcircle radius={2} />
<courtyardcircle radius={2} pcbX={5} />
</board>
)
PCB Circuit Preview

Props

PropTypeDescription
radiusnumber | stringThe radius of the circle.
...PcbLayoutPropsInherited PcbLayoutProps (e.g. pcbX, pcbY, layer, pcbRotation).