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