Objects
DrawingFile
Represents a file that contains 2D projected views of a product design.
Fields
id* ID! non-null | A system-generated ID that uniquely identifies the file. |
hub | An object representing the hub that contains this file. |
project | An object representing the project that contains this file. |
parentFolder | The folder that contains this file. |
name | A human-readable name to identify this file. |
createdOn | Indicates when this file was created. |
createdBy | An object representing the user who created this file. |
lastModifiedOn | Indicates when this file was most recently modified. |
lastModifiedBy | An object representing the user who made the most recent modification. |
tipVersion | The most recent version of the file. |
versions | An array containing objects that represent all versions of the file. |
drawing* Drawing! non-null | An object representing a 2D drawing that contains projected views of a design. |
extensionType | The extension type of the file. |
thumbnail | An object representing the thumbnail of most recent version of this file. |
* 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. |
Interface | File | Represents a file. A file is a container that stores data, information, settings, or commands used with a computer program. |
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Drawingfileversion | Represents a version of a file that contains 2D projected views of a product design. |