...
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
...