Share

BaseComponent.allOccurrences Property

Parent Object: BaseComponent
Defined in namespace "adsk::fusion" and the header file is <Fusion/Components/BaseComponent.h>

Description

Returns all of the occurrences in the assembly regardless of their level within the assembly structure. The returned list is read-only.

Syntax

"baseComponent_var" is a variable referencing a BaseComponent object.

# Get the value of the property.
propertyValue = baseComponent_var.allOccurrences

Property Value

This is a read only property whose value is an OccurrenceList.

Version

Introduced in version August 2014

Was this information helpful?