Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 1.16 KB

ManifestDerivative.md

File metadata and controls

51 lines (26 loc) · 1.16 KB

ForgeModelDerivative.ManifestDerivative

Properties

Name Type Description Notes
name String Output file type
hasThumbnail Boolean Indicates if a thumbnail has been generated
outputType String [optional]
progress String Translation progress for requested entity
status String Status of the requested entity; possible values are: `pending`, `success`, `inprogress`, `failed`, `timeout` and `partialsuccess`
children [ManifestChildren]

Enum: OutputTypeEnum

  • stl (value: "stl")

  • step (value: "step")

  • iges (value: "iges")

  • obj (value: "obj")

  • svf (value: "svf")

  • thumbnail (value: "thumbnail")

Enum: StatusEnum

  • pending (value: "pending")

  • inprogress (value: "inprogress")

  • success (value: "success")

  • failed (value: "failed")

  • timeout (value: "timeout")

  • partialsuccess (value: "partialsuccess")