Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

  1. Install the system requirements for your platform (listed above)

  2. Download the CLI from here and unzip it.

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

  4. Activate the license by running passing the activation flags to the MeshOptimizer: ./MeshOptimizer --activate_license --license_key=XXXX-XXXX-XXXX

    1. For offline license activation:

      1. Generate the request file with --license_activation_request_path

      2. Upload it here to get the license activation file

      3. Run the MeshOptimizer with --license_activation_fileto activate your license

    2. Alternatively run the optimizer with --activate_license and follow the activation steps thet best suite you

...