EmbossFeatureInput.creationOccurrence Property

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

Description

In order for geometry to be transformed correctly, an Occurrence for creation needs to be specified when the emboss feature is created based on geometry (e.g. a profile and/or face(s)) in another component AND (the emboss feature) is not in the root component. The creationOccurrence is analogous to the active occurrence in the UI

Syntax

"embossFeatureInput_var" is a variable referencing an EmbossFeatureInput object.

# Get the value of the property.
propertyValue = embossFeatureInput_var.creationOccurrence

# Set the value of the property.
embossFeatureInput_var.creationOccurrence = propertyValue
"embossFeatureInput_var" is a variable referencing an EmbossFeatureInput object.
#include <Fusion/Features/EmbossFeatureInput.h>

// Get the value of the property.
Ptr<Occurrence> propertyValue = embossFeatureInput_var->creationOccurrence();

// Set the value of the property, where value_var is an Occurrence.
bool returnValue = embossFeatureInput_var->creationOccurrence(value_var);

Property Value

This is a read/write property whose value is an Occurrence.

Version

Introduced in version September 2025