...
Windows 10/11 64 bit, with Visual Studio 2022 Redistributables installed
MacOS ARM (Apple Silicon) 64 bit
Linux 64bit, with
libstdc++-11
installed
If you have HOOPS CAD conversion licensed, unzip the HOOPS binaries next to the optimizer or provide the path to them via the --hoops_bin_flag
when running the MeshOptimizer.
CLI Documentation
Setup
Install the system requirements for your platform (listed above)
Download the CLI from here and unzip it.
(optional, if processing CAD assets) Download the HOOPS binaries from here, unzip them and place them in the directory where the MeshOptimizer is so that the
hoops/
directory is next to the MeshOptimizer executable.Activate the license by running passing the activation flags to the MeshOptimizer:
./MeshOptimizer --activate_license --license_key=XXXX-XXXX-XXXX
For offline license activation:
Generate the request file with
--license_activation_request_path
Upload it here to get the license activation file
Run the MeshOptimizer with
--license_activation_file
to activate your license
Alternatively run the optimizer with
--activate_license
and follow the activation steps thet best suite you
...