| Name | Type | Description | Notes |
|---|---|---|---|
| exportFileStructure | ExportFileStructureEnum | `single` (default): creates one OBJ file for all the input files (assembly file) `multiple`: creates a separate OBJ file for each object | [optional] |
| modelGuid | String | Required for geometry extractions. The model view ID (guid). | [optional] |
| objectIds | List<String> | Required for geometry extractions. List object ids to be translated. -1 will extract the entire model. | [optional] |
| switchLoader | Boolean | Switch the default pipeline to Revit - see here for details. | [optional] |
| Name | Value |
|---|---|
| "SINGLE" | "single" |
| "MULTIPLE" | "multiple" |