Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1009 Bytes

File metadata and controls

17 lines (14 loc) · 1009 Bytes

JobObjOutputPayloadAdvanced

Properties

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]

Enum: ExportFileStructureEnum

Name Value
"SINGLE" "single"
"MULTIPLE" "multiple"