This sample matrix file adds a coupon to an existing panel without a defined layer. Using "active" allows the current layer to be used; thus this matrix file will add objects to whichever layer is current. Much more efficient when nesting multiple matrix files.
<!--
Description: Add Coupon (No Defined Layer - see Active)
Need App Examples or Learn More about the App Matrix format?
Matrix File Reference, https:
-->
<NumericalMatrix>
<ADD>
<CELL>@active</CELL>
<UNITS>INCH</UNITS>
<COMPOSITE>CLEAR</COMPOSITE>
<RECTANGLE2PT>@active,0,0,3,0.8</RECTANGLE2PT>
<COMPOSITE>DARK</COMPOSITE>
<CIRCLE>@active,0.25,0.4,0.05,0</CIRCLE>
<CIRCLE>@active,2.75,0.4,0.05,0</CIRCLE>
<PATH>@active,0.01,2,0.25,0.4,2.75,0.4</PATH>
<CIRCLE>@active,0.25,0.3,0.05,0</CIRCLE>
<CIRCLE>@active,2.75,0.3,0.05,0</CIRCLE>
<PATH>@active,0.01,2,0.25,0.3,2.75,0.3</PATH>
<CIRCLE>@active,0.25,0.5,0.05,0</CIRCLE>
<CIRCLE>@active,2.75,0.5,0.05,0</CIRCLE>
<PATH>@active,0.01,2,0.25,0.5,2.75,0.5</PATH>
<CIRCLE>@active,0.25,0.2,0.05,0</CIRCLE>
<CIRCLE>@active,2.75,0.2,0.05,0</CIRCLE>
<PATH>@active,0.01,2,0.25,0.2,2.75,0.2</PATH>
<CIRCLE>@active,0.25,0.6,0.05,0</CIRCLE>
<CIRCLE>@active,2.75,0.6,0.05,0</CIRCLE>
<PATH>@active,0.01,2,0.25,0.6,2.75,0.6</PATH>
</ADD>
</NumericalMatrix>