Interface: ManifestDerivative
Represents a derivative generated for the source design.
Export
ManifestDerivative
Properties
children?
optional
children:ManifestResources
[] An array of objects, where each object represents a resource generated for the derivative. For example, a Model View (Viewable) of the source design.
Memberof
ManifestDerivative
Defined in
aps-sdk-node/modelderivative/source/model/manifestDerivative.ts:54
hasThumbnail
hasThumbnail:
string
true
: The derivative has a thumbnail.false
: The derivative does not have a thumbnail.
Memberof
ManifestDerivative
Defined in
aps-sdk-node/modelderivative/source/model/manifestDerivative.ts:24
messages?
optional
messages:Messages
[]
Memberof
ManifestDerivative
Defined in
aps-sdk-node/modelderivative/source/model/manifestDerivative.ts:48
name
name:
string
The name of the resource.
Memberof
ManifestDerivative
Defined in
aps-sdk-node/modelderivative/source/model/manifestDerivative.ts:16
outputType
outputType:
string
The file type/format of the derivative. Possible values are:dwg
,fbx
,ifc
,iges
,obj
,step
,stl
,svf
,svf2
,thumbnail
.
Memberof
ManifestDerivative
Defined in
aps-sdk-node/modelderivative/source/model/manifestDerivative.ts:36
progress
progress:
string
Indicates the progress of the process generating this derivative, as a percentage. Once complete, the value changes tocomplete
.
Memberof
ManifestDerivative
Defined in
aps-sdk-node/modelderivative/source/model/manifestDerivative.ts:30
status
status:
string
Status of the task generating this derivative. Possible values are:pending
,inprogress
,success
,failed
,timeout
.
Memberof
ManifestDerivative
Defined in
aps-sdk-node/modelderivative/source/model/manifestDerivative.ts:42