PCB Matrix Format
by Numerical Innovations, Inc. (www.numericalinnovations.com)
Custom Aperture

Create a Custom Aperture definition.

<CustomApt></CustomApt>

Aperture Shapes
Description
NAME Name of the Custom Aperture (reference name)
UNITS Units to use for this APERTURE array only. Choose from: mil mm cm inch um (default: mm)
CIRCLE

Add a Circle to the custom aperture using Center, OD
<CIRCLE>X,Y,OD,ID</CIRCLE>

COMPOSITE Determine whether shape will be added as either: Dark or Clear. The default is Dark.
Note: For more information about composites, please view Help Center: About Composites

X, Y are the Circle Center coordinate.
OD is the Circle Outer diameter

Example:
<CIRCLE>dark,0.25,0.25,0.1</CIRCLE>
<CIRCLE>clear,0.25,0.25,0.1</CIRCLE>
<CIRCLE>,0.65,0.25,0.2</CIRCLE>

POLYGON Adds a polygon to the custom aperture using X,Y Points.

COMPOSITE Determine whether shape will be added as either: Dark or Clear. The default is Dark.
Note: For more information about composites, please view Help Center: About Composites
POINT_COUNT is the number of points for the polygon.
X,Y,... are the X,Y point array.

Example:
<POLYGON>dark,7,-9,-9,-9,-8,-8.25,-8,-8.25,-6,-2,-6,-2,-9,-9,-9</POLYGON>


Example:

<CustomApt result="@Stencil22">
<NAME>StencilPasteApt_22</NAME>
<UNITS>mm</UNITS>
<CIRCLE>dark,2.5,2.5,1</CIRCLE>
<POLYGON>dark,7,-9,-9,-9,-8,-8.25,-8,-8.25,-6,-2,-6,-2,-9,-9,-9</POLYGON>
<CIRCLE>clear,-5,-7.5,1</CIRCLE>
<CIRCLE>clear,-7,-7.5,1</CIRCLE>
</CustomApt>