draw_bounding_box
draw_bounding_box
¶
BoundingBox component for creating apertures.
DrawBoundingBox
¶
Bases: DrawCommand
Description of BoundingBox component.
Source code in src/pygerber/backend/abstract/draw_commands/draw_bounding_box.py
__init__
¶
__init__(
backend: Backend,
polarity: Polarity,
bounding_box: BoundingBox,
outline_padding: Offset,
) -> None
Initialize draw command.