Class: module:model/JobSvf2OutputPayload

module:model/JobSvf2OutputPayload(views, theData, obj)

new module:model/JobSvf2OutputPayload(views, theData, obj)

Constructs a new JobSvf2OutputPayload.

Parameters:
Name Type Description
views Array.<module:model/JobPayloadItem.ViewsEnum>

Required options for SVF/SVF2 type. Possible values: 2d, 3d

theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/JobSvf2OutputPayload

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a JobSvf2OutputPayload 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:

(static, readonly) ViewsEnum :String

Allowed values for the views property.

Type:
  • String
Properties:
Name Type Description
2d String

value: "2d"

3d String

value: "3d"

Source:

(inner) advanced :module:model/JobSvf2OutputPayloadAdvanced

Type:
  • module:model/JobSvf2OutputPayloadAdvanced
Source:

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

(inner) views :Array.<module:model/JobPayloadItem.ViewsEnum>

Required options for SVF/SVF2 type. Possible values: 2d, 3d

Type:
Source: