ArrangeComponent.occurrenceOrFace Property

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

Description

The BRepFace or Occurrence that was used to identify this ArrangeComponent.

Syntax

"arrangeComponent_var" is a variable referencing an ArrangeComponent object.

# Get the value of the property.
propertyValue = arrangeComponent_var.occurrenceOrFace
"arrangeComponent_var" is a variable referencing an ArrangeComponent object.
#include <Fusion/Arrange/ArrangeComponent.h>

// Get the value of the property.
Ptr<Base> propertyValue = arrangeComponent_var->occurrenceOrFace();

Property Value

This is a read only property whose value is a Base.

Version

Introduced in version January 2025