RuleFilletFeatureInput.isRollingBallCorner Property

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

Description

Gets and sets if a rolling ball or setback solution is to be used in any corners. A value of true will create a rolling ball fillet.

Syntax

"ruleFilletFeatureInput_var" is a variable referencing a RuleFilletFeatureInput object.

# Get the value of the property.
propertyValue = ruleFilletFeatureInput_var.isRollingBallCorner

# Set the value of the property.
ruleFilletFeatureInput_var.isRollingBallCorner = propertyValue
"ruleFilletFeatureInput_var" is a variable referencing a RuleFilletFeatureInput object.
#include <Fusion/Features/RuleFilletFeatureInput.h>

// Get the value of the property.
boolean propertyValue = ruleFilletFeatureInput_var->isRollingBallCorner();

// Set the value of the property, where value_var is a boolean.
bool returnValue = ruleFilletFeatureInput_var->isRollingBallCorner(value_var);

Property Value

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

Version

Introduced in version November 2025