forge-apis
Version:
⚠️ Deprecated: This package is no longer maintained. Use 'https://github.com/autodesk-platform-services/aps-sdk-node' instead.
40 lines (18 loc) • 847 B
Markdown
# ForgeSdk.JobSvfOutputPayload
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The requested output types. Possible values include `svf`, `thumbnai`, `stl`, `step`, `iges`, or `obj`. For a list of supported types, call the [GET formats](https://developer.autodesk.com/en/docs/model-derivative/v2/reference/http/formats-GET) endpoint. |
**views** | **[String]** | | [optional]
<a name="TypeEnum"></a>
## Enum: TypeEnum
* `svf` (value: `"svf"`)
* `thumbnail` (value: `"thumbnail"`)
* `stl` (value: `"stl"`)
* `step` (value: `"step"`)
* `iges` (value: `"iges"`)
* `obj` (value: `"obj"`)
<a name="[ViewsEnum]"></a>
## Enum: [ViewsEnum]
* `2d` (value: `"2d"`)
* `3d` (value: `"3d"`)