File Optimisation configuration
This article describes how to change certain mesh repair parameters. Append this to the deployment values.yaml file and change the setting as needed. A helm update is required to apply the changes. For bare-metal install: run ./3yd.sh upgrade
default settings:
# 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 |
|---|---|---|
|
| Set this to true if you want to disable file optimisation ( mesh healing/repair |
| Number | Set the maximum file size (in MB) for mesh 3D files (e.g. STL) |
| Number | Set the maximum file size (in MB) for solid 3D files (e.g. STEP) |
| Number | Milliseconds until File optimisation times out |
| Number | Milliseconds until File conversion times out |
| Number | Milliseconds until File Analysis times out |
| Number | If uploaded 3D Files are bigger thank this (in MB), file optimisation will be disabled |