draw_paste
draw_paste ¶
Base class for creating components for aperture creation.
DrawPaste ¶
Bases: DrawCommand
Description of aperture component.
Source code in src/pygerber/backend/abstract/draw_commands/draw_paste.py
__init__ ¶
__init__(
backend: Backend,
polarity: Polarity,
other: DrawingTarget,
center_position: Vector2D,
) -> None
Initialize draw command.