forge-apis
Version:
⚠️ Deprecated: This package is no longer maintained. Use 'https://github.com/autodesk-platform-services/aps-sdk-node' instead.
23 lines (11 loc) • 840 B
Markdown
# ForgeSdk.JobStepOutputPayloadAdvanced
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**applicationProtocol** | **String** | A STEP file can be generated with the following Application Protocols: `203` for configuration controlled design, `214` for core data for automotive mechanical design processes, `242` for managed model based 3D engineering. By default, `214` will be exported. | [optional] [default to '214']
**tolerance** | **Number** | Possible values are between `0` and `1`. By default it is set at 0.001. | [optional] [default to 0.001]
<a name="ApplicationProtocolEnum"></a>
## Enum: ApplicationProtocolEnum
* `203` (value: `"203"`)
* `214` (value: `"214"`)
* `242` (value: `"242"`)