This example demonstrates the transformation of several objects using the TRANSF statement.
Trace curves are also created by specifying the TRACRV minor word.
$$
$$ Declarations
$$
ENTITY/LN(8)
NUMBER/MAT1(12)
$$
$$ Geometry Definition
$$
LN(1) =LINE/.25,.25,3,.25
LN(2) =LINE/3,.25,3,2
LN(3) =LINE/3,2,.25,2
LN(4) =LINE/.25,2,.25,.25
$$
$$ Matrix Definition
$$
MAT1 = MATRIX/TRANSL,0,0,1
$$
$$ Transformation
$$
LN(5..8)=TRANSF/MAT1,LN(1..4),TRACRV
Transformation with Trace Curves