XFORM
defines a complete transformations matrix. You can use it to generate code automatically.
Syntax
XFORM a11, a12, a13, a14,
a21, a22, a23, a24,
a31, a32, a33, a34
Representation rules:
x' = a11 * x + a12 * y + a13 * z + a14
y' = a21 * x + a22 * y + a23 * z + a24
z' = a31 * x + a32 * y + a33 * z + a34
Remarks
XFORM
has only one entry in the stack.
Usable since script version 1.1 (Allplan 2012-1).
(C) ALLPLAN GmbH |
Privacy policy |