Processing Parameter Selection Page Definitions
  • 17 Jul 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Processing Parameter Selection Page Definitions

  • Dark
    Light
  • PDF

Article summary

DEFINITIONS - Processing Parameter Selection Page

Term

Definition

Rename File

CSV file of current to new names - Renames every mesh in the output files based on the CSV map

Transformation File

.txt file containing the transformation matrix to apply to every imported mesh - Values should be 16 decimal numbers separated by spaces

Model Whitelist File

List of model names that are allowed in the output - Requires a .txt file containing model names separated by new lines

Model Blacklist File

List of model names that are forbidden in the output - Requires a .txt file containing model names separated by new lines

Model Bounds File

Filters out models not contained within the bounds of the imported bounding model - Requires a 3D Model file like .ply or .gltf

Remove ZeroGeo

Skips exporting files without geometry

Decimate

Simplifies the level of detail on shapes underlying a mesh without altering the 3D image - Settings configurable on the Decimation Settings page (described in the next section)

Run Parallel

Runs file importing in parallel - WARNING: This feature comes with risks of mixing output messages and runtime errors

Fuzzy Whitelist Match

Uses regex logic (i.e., a sequence of characters that specifies a matching pattern in text):

(1) for name matching

(2) to use the dash (-), underscore (_), and period (.) interchangeably

This is a slower process for performing the matches than a non-fuzzy match


Was this article helpful?