D3PLOT 22.1

Command-Line Syntax

Command-Line Syntax

For batch usage it may be more convenient to specify transformations using the command line. The operations above are under /DEFORM, TRANSFORM and are organised as follows:

---+--- TRANSLATE
|
|

Tx Ty Tz

Translate by Tx Ty Tz, eg:
translate 10.0 0.0 -100.0
translate off
or OFF
|
+--- REFLECT
|
|


Axis Distance

"Axis" is X or Y or Z , "distance" is position on axis, eg:
reflect Y -1500.0
reflect off
or OFF
|
+--- ROTATE
|
|


Tx Ty Tz Cx Cy Cz

Tx Ty Tz are rotation angles in degrees, Cx Cy Cz is centre of rotation, eg:
rotate 0 0 30 100.0 10.0 -20.0
rotate off
or OFF
|
+--- SCALE
|
|


Sx Sy Sz

Scaling by factors Sx Sy Sz, eg:
scale 2.0 2.0 2.0
scale off
or OFF
|
+--- CANCEL

<No arguments>

Turns off ALL transformations (leaving values unchanged)


There is no "Apply" command in command-line syntax, as transformations are active as soon as they are specified.