forge-apis
Version:
⚠️ Deprecated: This package is no longer maintained. Use 'https://github.com/autodesk-platform-services/aps-sdk-node' instead.
33 lines (15 loc) • 1.01 kB
Markdown
# ForgeSdk.JobStlOutputPayloadAdvanced
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**format** | **String** | Default format is `binary`. Possible values are `binary` or `ascii`. | [optional] [default to 'binary']
**exportColor** | **Boolean** | Color is exported by default. If set to `true`, color is exported. If set to `false`, color is not exported. | [optional] [default to true]
**exportFileStructure** | **String** | `single` (default): creates one STL file for all the input files (assembly file) `multiple`: creates a separate STL file for each object | [optional] [default to 'single']
<a name="FormatEnum"></a>
## Enum: FormatEnum
* `binary` (value: `"binary"`)
* `ascii` (value: `"ascii"`)
<a name="ExportFileStructureEnum"></a>
## Enum: ExportFileStructureEnum
* `single` (value: `"single"`)
* `multiple` (value: `"multiple"`)