Overrides | Overrides | Optional overrides to apply to loading the results.
The overrides lets you exclude or include files from the folder, that you want to download.
If you want to exclude all files that ends with '.txt', then you can do that with: {"exclude": [".txt"]}
Distance from mesh face center to result point. Used for reconstructing the mesh.
Outputs let you specify consistent outputs from this components, as the outputs are dynamic they created at load time. You can avoid that with this override.
The overrides takes a JSON formatted string as follows:
{
"exclude": List[string],
"include": List[string],
"distance": number
, "outputs": List[string]
,
} | Text |