This example demonstrates the creation of two lines by transforming two previously defined lines using a mirror matrix.
$$
$$ Declarations
$$
ENTITY/LN0,LN1,LN2,LN3,LN4
NUMBER/MAT1(12)
$$
$$ Geometry Definition
$$
LN0 =LINE/0,1,0,-1
LN1 =LINE/-1.5,.5,-.5,0
LN2 =LINE/-1.5,-.5,-.5,0
$$
$$ Matrix Definition
$$
MAT1=MATRIX/MIRROR,LN0
$$
$$ Transformation
$$
LN3 =TRANSF/MAT1,LN1
LN4 =TRANSF/MAT1,LN2
Mirror Matrix