Component.occurrences Property
Parent Object: ComponentDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/Component.h>
Description
Property that returns the Occurrences collection associated with this component. This provides access to the occurrences at the top-level of this component and provides the functionality to add new occurrences.
Syntax
"component_var" is a variable referencing a Component object.
|
Property Value
This is a read only property whose value is an Occurrences.Samples
Name | Description |
Assembly traversal using recursion API Sample | Traverses the entire structure of the currently open assemlby using a recursive function and displays the result in a message box. This will match the occurrence structure seen in the browser. |