marker module#
- class Pad1MarkerMixin(*args, **kwargs)[source]#
Bases:
ApplyToMixin,SilkscreenSoldermaskClearanceMixin,LineWidthMixin,LandpatternProviderPad 1 Marker Mixin
- pad_1_marker(shape)[source]#
Add a pad 1 marker to the landpattern. The shape will be placed in a coordinate system relative to the outside edge of the first pad, with the positive y-axis pointing away from the pad. Thus the shape should not extend to negative y values.
- Return type:
Self- Parameters:
shape (Shape | MarkerGenerator | Callable[[], MarkerGenerator])
- class Pad1Marker(*args, **kwargs)[source]#
Bases:
Pad1MarkerMixin,LandpatternGeneratorConvenience base class to create a pad 1 circle marker by default.