cli → zoo → kcl

zoo kcl center-of-mass

Get the center of mass of objects in a kcl file.

Options

input
The path to the input file. If you pass - as the path, the file will be read from stdin
-s/--src-unit
The source unit to use for the kcl file
Possible values: cm | ft | in | m | mm | yd
Default value: mm
-f/--format
Output format
Possible values: json | yaml | table
-u/--output-unit
Output unit
Possible values: cm | ft | in | m | mm | yd
-d/--debug
Print debug info
Default value: false
-h/--help
Print help (see a summary with '-h')

About

# get the mass of a file
$ zoo kcl center-of-mass --src_unit=m my-file.kcl

# pass a file from stdin
$ cat my-file.kcl | zoo kcl center-of-mass --src_unit=m

See also