The StencilScriptSimpleSurface
class defines the necessary parameters to create a rectangle structure around a stencil pad for solder paste applications. It is used for automating stencil generation and includes helpfull options.
Property | Type | Description |
---|---|---|
Corner Radius (MM) |
double | Corner radius for rounded elements in MM. |
Try Find Direction |
bool | Rotate surfaces depending to the direction of the pin. |
Rotate Bridges 45 Degrees |
bool | All bridges are rotated 45 degrees to obtain diagonal openings. |
Offset to Center X (MM) |
double | Move rectangle in X direction from the center of the pin. Or if you use negative values away from center. |
Offset to Center Y (MM) |
double | Move rectangle in Y direction from the center of the pin. Or if you use negative values away from center. |
Bridge Width (MM) |
double | Use bridges to cut the rectangle with this width. |
Bridge Count X |
int | Use bridges to cut the rectangle with count in X direction. |
Bridge Count Y |
int | Use bridges to cut the rectangle with count in Y direction. |
Offset move away disctance (MM) |
double | Move surface away from center point, this is only for outer pins (not for cooling pins). |
Size Width in MM |
double | Width for this pad. |
Size Height in MM |
double | Height for this pad. |
These parameters help define the geometric and contextual constraints for automatically generating stencil pad protection using a rectangle-based-shaped perimeter.
Note: The simple rectangle rule ignore the mask opening and overprint it!