Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 832 Bytes

JobThumbnailOutputPayload.md

File metadata and controls

28 lines (14 loc) · 832 Bytes

ForgeModelDerivative.JobThumbnailOutputPayload

Properties

Name Type Description Notes
type String 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.
advanced JobThumbnailOutputPayloadAdvanced [optional]

Enum: TypeEnum

  • svf (value: "svf")

  • thumbnail (value: "thumbnail")

  • stl (value: "stl")

  • step (value: "step")

  • iges (value: "iges")

  • obj (value: "obj")