forge-apis
Version:
⚠️ Deprecated: This package is no longer maintained. Use 'https://github.com/autodesk-platform-services/aps-sdk-node' instead.
22 lines (11 loc) • 790 B
Markdown
# ForgeSdk.JobObjOutputPayloadAdvanced
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exportFileStructure** | **String** | `single` (default): creates one OBJ file for all the input files (assembly file) `multiple`: creates a separate OBJ file for each object | [optional] [default to 'single']
**modelGuid** | **String** | Required for geometry extractions. The model view ID (guid). | [optional]
**objectIds** | **[String]** | Required for geometry extractions. List object ids to be translated. -1 will extract the entire model. | [optional]
<a name="ExportFileStructureEnum"></a>
## Enum: ExportFileStructureEnum
* `single` (value: `"single"`)
* `multiple` (value: `"multiple"`)