Depending to the chip size it is recommended to change from house to inverted house rules.
Property | Type | Description |
---|---|---|
Corner Radius (MM) |
double | Rounding on the corners. |
House distance cut size in Percent |
int | Value in percent depending to the height of the pad. |
Invert Direction |
bool | For smaller elements sometimes the house fhould be show away from the component. |
Max Size of one Element (MM) |
double | Each element has maximum width and height, if the size is bigger it is automatically splitted in more elements. The value is in MM! |
Undersize Value (MM) |
double | All elements will use this value in mm to generate undersize pads. |
Offset to Center (MM) |
double | Move houses to the center of the component. |
Step for Big Elements (MM) |
double | If the element is bigger Max Element Size it use this value to split the size in more elements. |
These properties are used in the StencilScriptInvertedHouse
class to define how shapes (such as stencil pads or vias) are duplicated and transformed. In general this rule is used for Chip Packages.
Note: If the pin is under the body the direction cannot be calculated and no house is created.