Objects
Drawing
Represents a 2D drawing that contains projected views of a design.
Fields
id* ID! non-null | A system-generated ID that uniquely identifies the drawing. |
lifeCycle | The state of the drawing in the product lifecycle. Valid values are Production , Working , and In Review . These values are assigned by the Fusion Manage extension. |
revision | The latest released revision of the drawing assigned by the Fusion Manage extension. It will have value w only for drawings that are managed but have never been released. |
itemNumber | A unique identifier, Item Number, is assigned by Fusion Manage Extension. |
itemURN | The URN of the Item in Fusion Manage Extension. |
itemURL | The URL to directly link to the Item in Fusion Manage Extension. |
tipVersion | The most recent version of the drawing. |
hub | An object representing the hub that contains this item. |
project | An object representing the project that contains this item. |
parentFolder | The folder that contains this item. |
name | A human-readable name to identify this item. |
createdOn | Indicates when this item was created. |
createdBy | An object representing the user who created this item. |
lastModifiedOn | Indicates when this item was most recently modified. |
lastModifiedBy | An object representing the user who made the most recent modification. |
extensionType | The extension type of the item. |
* Required
Implements
Usage | Used By | Description |
---|---|---|
Interface | Item | Represents an Item. An item refers to a file or sub-folder that exists within a folder. |
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Drawingfile | Represents a file that contains 2D projected views of a product design. |
Field Of | Drawingversion | Represents a version of a 2D drawing that contains projected views of a version of a component. |
Query By | drawing | Retrieves an object representing a drawing. Drawings contain 2D projected views of designs. |