Occurrence.childOccurrences Property
Parent Object: OccurrenceDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/Occurrence.h>
Description
Returns a read only list of child occurrences where only the occurrences in this occurrence's AssemblyContext are returned .
Syntax
"occurrence_var" is a variable referencing an Occurrence object. |
Property Value
This is a read only property whose value is an OccurrenceList.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. |
