new module:model/JobStepOutputPayload(type, theData, obj)
Constructs a new JobStepOutputPayload.
Parameters:
| Name | Type | Description |
|---|---|---|
type |
module:model/JobStepOutputPayload.TypeEnum | The requested output types. Possible values include dwg, fbx, ifc, iges, obj, step, stl, svf, svf2, thumbnail. For a list of supported types, call the GET formats endpoint. |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/JobStepOutputPayload | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a JobStepOutputPayload 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:
(static, readonly) TypeEnum :String
Allowed values for the type property.
Type:
- String
Properties:
| Name | Type | Description |
|---|---|---|
svf |
String | value: "svf" |
svf2 |
String | value: "svf2" |
thumbnail |
String | value: "thumbnail" |
stl |
String | value: "stl" |
step |
String | value: "step" |
iges |
String | value: "iges" |
obj |
String | value: "obj" |
dwg |
String | value: "dwg" |
ifc |
String | value: "ifc" |
- Source:
(inner) advanced :module:model/JobStepOutputPayloadAdvanced
Type:
- Source:
(inner) type :module:model/JobStepOutputPayload.TypeEnum
The requested output types. Possible values include dwg, fbx, ifc, iges, obj, step, stl, svf, svf2, thumbnail. For a list of supported types, call the GET formats endpoint.
Type:
- Source: