@@ -10,23 +10,26 @@ Transforming nodes of 2dm-mesh.
10
10
./bin/2dmTransform -h
11
11
```
12
12
13
- usage: 2dmTransform [--transX TRANSX] [--transY TRANSY]
14
- [--transZ TRANSZ] [--scale SCALE ] [-h] [mesh-file]
13
+ usage: 2dmTransform [-x TRANSX] [-y TRANSY] [-z TRANSZ] [-s SCALE ]
14
+ [-c COORDS_ORDER ] [-h] [mesh-file]
15
15
16
16
Transform a 2dm-mesh: translation, scaling:
17
17
18
18
positional arguments:
19
- mesh-file mesh (2dm)-file
19
+ mesh-file mesh (2dm)-file
20
20
21
21
optional arguments:
22
- --transX TRANSX Translation in x (type: FloatingPoint, default:
23
- 0.0)
24
- --transY TRANSY Translation in x (type: FloatingPoint, default:
25
- 0.0)
26
- --transZ TRANSZ Translation in x (type: FloatingPoint, default:
27
- 0.0)
28
- --scale SCALE Scaling factor (type: FloatingPoint, default: 1.0)
29
- -h, --help show this help message and exit
22
+ -x, --transX TRANSX Translation in x (type: FloatingPoint,
23
+ default: 0.0)
24
+ -y, --transY TRANSY Translation in x (type: FloatingPoint,
25
+ default: 0.0)
26
+ -z, --transZ TRANSZ Translation in x (type: FloatingPoint,
27
+ default: 0.0)
28
+ -s, --scale SCALE Scaling factor (type: FloatingPoint, default:
29
+ 1.0)
30
+ -c, --coords_order COORDS_ORDER
31
+ Coordinate axis order (default: 1:2:3)
32
+ -h, --help show this help message and exit
30
33
31
34
Results are printed to ` stdout ` . Hence redirection is necassary; eg:
32
35
0 commit comments