Objects
Occurrence
Represents an occurrence of a version of a component.
When a version of a component is inserted in an assembly, it is referred to as an occurrence of that component. An assembly can contain multiple occurrences of a version of a component.
For example, consider a wheel that contains four lug-nuts. There are four occurrences of the component lug-nut in the wheel assembly.
Fields
Expand all
id* ID! non-null | A system-generated ID that uniquely identifies the occurrence. |
isDistributedDesign | true : At least one part that makes up the occurrence is referenced from an external file. false : All parts of the occurrence are local. |
componentVersion | The version of the component of which this is an occurrence of. |
parentComponentVersion | The version of the direct parent component of this occurrence. |
occurrences* Occurrences! non-null | Component occurrences that are children of this occurrence. |
pagination |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Occurrences | Contains a list of occurrences of a component, typically returned as a response to a query. When a version of a component is inserted in an assembly, it is referred to as an occurrence of that component. An assembly can contain multiple occurrences of a version of a component. For example, consider a wheel that contains four lug-nuts. There are four occurrences of the component lug-nut in the wheel assembly. |