Class: module:model/JobStepOutputPayloadAdvanced

module:model/JobStepOutputPayloadAdvanced(theData, obj)

new module:model/JobStepOutputPayloadAdvanced(theData, obj)

Constructs a new JobStepOutputPayloadAdvanced. Advanced options for `step` type.

Parameters:
Name Type Description
theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/JobStepOutputPayloadAdvanced

Optional instance to populate.

Source:

Members

(static, readonly) ApplicationProtocolEnum :String

Allowed values for the applicationProtocol property.

Type:
  • String
Properties:
Name Type Description
203 String

value: "203"

214 String

value: "214"

242 String

value: "242"

Source:

(static) constructFromObject

Constructs a JobStepOutputPayloadAdvanced from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Source:

(inner) applicationProtocol :module:model/JobStepOutputPayloadAdvanced.ApplicationProtocolEnum

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.

Type:
Default Value:
  • '214'
Source:

(inner) tolerance :Number

Possible values are between 0 and 1. By default it is set at 0.001.

Type:
  • Number
Default Value:
  • 0.001
Source: