Objects
Component
Represents a component.
A component is an independent part of an assembly that acts as a single unit. For example, a lug-nut is an independent part (component) of a wheel assembly.
A component serves as a container for a variety of design objects, including bodies, sketches, and construction geometry. See the blog post Autodesk Fusion Bodies vs. Components <https://www.autodesk.com/products/fusion-360/blog/5-things-you-should-know-about-components-and-bodies/> for more information on components.
Fields
id* ID! non-null | The ID that uniquely identifies the component. |
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 latest released revision of the component assigned by the Fusion Manage extension. It will have value w only for components 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 component. |
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 | Designfile | Represents a file that contains a product design. |
Field Of | Componentversion | Represents a version of a component. |
Query By | component | Retrieves an object representing a component. A component is an individual part of an assembly that acts as a single unit. For example, a lug nut is an individual component in a wheel assembly. |