Demonstrates the use of the RPATT statement to import a previously created part into the current part. The part is imported through a matrix to place its origin at 1,1.
$$
$$ Declarations
$$
NUMBER/M(12)
$$
$$ Matrix Definition
$$
M = MATRIX/TRANSL,1,1,0
$$
$$ Import Part
$$
RPATT/'STAR',M
Part Imported Using the RPATT Statement