Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1015 Bytes

File metadata and controls

32 lines (23 loc) · 1015 Bytes

JobPayloadItem

Properties

Name Type Description Notes
type TypeEnum The requested output types. Possible values include `svf`, `thumbnai`, `stl`, `step`, `iges`, or `obj`. For a list of supported types, call the GET formats endpoint.
views List<ViewsEnum> [optional]
advanced JobObjOutputPayloadAdvanced [optional]

Enum: TypeEnum

Name Value
"SVF" "svf"
"THUMBNAIL" "thumbnail"
"STL" "stl"
"STEP" "step"
"IGES" "iges"
"OBJ" "obj"

Enum: List<ViewsEnum>

Name Value
"_2D" "2d"
"_3D" "3d"