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 for more information on components.
Fields
Expand all
id* ID! non-null | The ID that uniquely identifies the component. |
name | A human-readable name to identify the component. |
manage | Fusion Manage extension fields. |
tipVersion | The most recent version of the component. |
customProperties | Retrieves properties present on a component. Pagination is currently not supported, the API will return all available custom properties without pagination. |
pagination | |
filter | |
isRoot | Every Fusion assembly contains a single, default component that is referred to as the root component. true : This component is the root component in an assembly. false : This component is not the root component in an assembly. |
createdBy | Indicates who created the component. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | ComponentVersion | Represents a version of a component. |
Field Of | DesignItem | Represents an item that contains a product design. |
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. |