Disable File Optimization / Mesh repair

This article describes how to disable file optimization(also called Mesh healing or Mesh repair) on your system. To do that set the following in your values.yaml file:

# Set to true to disable optimization of uploaded 3D files. disableFileOptimization: false # Set the maximum filesize (in MB) for mesh 3D Files (e.g. STL). filesize: 128 # Set the maximum filesize (in MB) for solid 3D Files (e.g. STEP). filesizeSolid: 64 # Millisecconds until File optimization times out. meshOptimizationTimeOut: 600000 # Millisecconds until File conversion times out. meshConversionTimeOut: 600000 # Millisecconds until File Analysis times out. meshAnalysisTimeOut: 600000 # If uploaded 3D Files are bigger than this (in MB), file optimization will be disabled. meshOptimizationDisabledForFilesLargerThan: 400

Settings Key

Possible Values

Description

Settings Key

Possible Values

Description

disableFileOptimization

true or false

Set this to true if you want to disable file optimization ( mesh healing/repair

filesize

Number

Set the maximum file size (in MB) for mesh 3D files (e.g. STL)

filesizeSolid

Number

Set the maximum file size (in MB) for solid 3D files (e.g. STEP)

meshOptimizationTimeOut

Number

Milliseconds until File optimization times out

meshConversionTimeOut

Number

Milliseconds until File conversion times out

meshAnalysisTimeOut

Number

Milliseconds until File Analysis times out

meshOptimizationDisabledForFilesLargerThan

Number

If uploaded 3D Files are bigger thank this (in MB), file optimization will be disabled