Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 852 Bytes

JobStepOutputPayloadAdvanced.md

File metadata and controls

22 lines (11 loc) · 852 Bytes

ForgeModelDerivative.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]

Enum: ApplicationProtocolEnum

  • 203 (value: "203")

  • 214 (value: "214")

  • 242 (value: "242")