Objects
Drawing
Represents a 2D drawing that contains projected views of a design.
Fields
Expand all
id* ID! non-null | A system-generated ID that uniquely identifies the drawing. |
name | A human-readable name to identify the drawing. |
manage | Fusion Manage extension fields. |
tipVersion | The most recent version of the drawing. |
createdBy | Indicates who created the drawing. |
customProperties | Retrieves properties of the Drawing. Pagination is currently not supported, the API will return all available custom properties without pagination. |
pagination | |
filter |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | DrawingItem | Represents an item 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. |