RuleFilletSettings.topologyType Property

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

Description

Gets and sets the topology type of the rule fillet.

To set this property, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True).

Syntax

"ruleFilletSettings_var" is a variable referencing a RuleFilletSettings object.

# Get the value of the property.
propertyValue = ruleFilletSettings_var.topologyType

# Set the value of the property.
ruleFilletSettings_var.topologyType = propertyValue
"ruleFilletSettings_var" is a variable referencing a RuleFilletSettings object.
#include <Fusion/Features/RuleFilletSettings.h>

// Get the value of the property.
RuleFilletTopologyTypes propertyValue = ruleFilletSettings_var->topologyType();

// Set the value of the property, where value_var is a RuleFilletTopologyTypes.
bool returnValue = ruleFilletSettings_var->topologyType(value_var);

Property Value

This is a read/write property whose value is a RuleFilletTopologyTypes.

Version

Introduced in version November 2025