AsymmetricFilletEdgeSet.continuity Property

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

Description

Gets and sets the continuity of the fillet edge set. Valid values are TangentSurfaceContinuityType and CurvatureSurfaceContinuityType.

Syntax

"asymmetricFilletEdgeSet_var" is a variable referencing an AsymmetricFilletEdgeSet object.

# Get the value of the property.
propertyValue = asymmetricFilletEdgeSet_var.continuity

# Set the value of the property.
asymmetricFilletEdgeSet_var.continuity = propertyValue
"asymmetricFilletEdgeSet_var" is a variable referencing an AsymmetricFilletEdgeSet object.
#include <Fusion/Features/AsymmetricFilletEdgeSet.h>

// Get the value of the property.
SurfaceContinuityTypes propertyValue = asymmetricFilletEdgeSet_var->continuity();

// Set the value of the property, where value_var is a SurfaceContinuityTypes.
bool returnValue = asymmetricFilletEdgeSet_var->continuity(value_var);

Property Value

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

Version

Introduced in version November 2025