Skip to content
Snippets Groups Projects
Commit 95e357ed authored by Mark OLESEN's avatar Mark OLESEN
Browse files

TUT: use uniform scaling short form

Eg,
    transformPoints -scaling 0.01
instead of
    transformPoints -scaling '(0.01 0.01 0.01)'
parent f38ad72a
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@ rm -rf 0
runApplication -s ami \
createPatch -dict system/createPatchDict.ami -overwrite
runApplication transformPoints -scale '(0.01 0.01 0.01)'
runApplication transformPoints -scale 0.01 # Uniform scaling [cm] -> [m]
runApplication mergeOrSplitBaffles -split -overwrite
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment