Objects
DrawingVersion
Represents a version of a 2D drawing that contains projected views of a version of a component.
Fields
id* ID! non-null | The ID that uniquely identifies the drawing. |
name | A human-readable name to identify the drawing. |
partNumber | The part number assigned to the design in the drawing. |
partDescription | A short description of the design in the drawing. |
itemNumber | A unique identifier, Item Number, is assigned by Fusion Manage Extension. |
lifeCycle | The state of the component in the product lifecycle. Valid values are Production , Working , and In Review . These values are assigned by the Fusion Manage extension. |
revision | The current revision of the drawing assigned by the Fusion Manage extension. |
changeOrder | The ECO ‘affectedBy’ attribute assigned by the Fusion Manage extension. |
changeOrderURN | The URN of the ECO item in Fusion Manage Extension. |
changeOrderURL | The URL to directly link to the ECO item in Fusion Manage Extension. |
isLocked | true : The drawing is locked. So, it cannot be edited. false : The drawing is not locked. So, it can be edited. |
isNextReleaseMilestone | true : This version is a release candidate. The next version is to be released. false : This version is not a release candidate. |
isMilestone | true : This version of the design is a milestone. false : This version is not a milestone. |
isDeleted | true : The design has been deleted. false : The design has not been deleted. |
releasedOn | Indicates when the DrawingVersion was released. |
approvedBy | This field is no longer supported and should not be used in queries. |
approvers | This field is no longer supported and should not be used in queries. |
owner | This field is no longer supported and should not be used in queries. |
lastModifiedOn | Indicates when this component was most recently modified. |
thumbnail | An object representing a thumbnail of the component. |
componentVersion | An object representing the component that is the subject of this drawing. |
fileVersion | An object representing the version of the drawing file that contains the drawing. |
drawing | An object representing the drawing that this object is a version of. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Drawingversions | Contains a list of object representing versions of drawings, typically returned in response to a query. |
Field Of | Drawingfileversion | Represents a version of a file that contains 2D projected views of a product design. |
Field Of | Drawing | Represents a 2D drawing that contains projected views of a design. |
Query By | drawingVersion | Retrieves an object representing a version of a drawing. Drawings contain 2D projected views of designs. |