Class: module:model/JobDwgOutputPayload

module:model/JobDwgOutputPayload(theData, obj)

new module:model/JobDwgOutputPayload(theData, obj)

Constructs a new JobDwgOutputPayload.

Parameters:
Name Type Description
theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/JobDwgOutputPayload

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a JobDwgOutputPayload 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/JobDwgOutputPayloadAdvanced

Type:
Source:

(inner) type :module:model/JobPayloadItem.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: