ChordLengthFilletEdgeSet.continuity Property

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

Description

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

Syntax

"chordLengthFilletEdgeSet_var" is a variable referencing a ChordLengthFilletEdgeSet object.

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

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

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

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

Property Value

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

Samples

Name Description
Fillet Feature Edit API Sample

Demonstrates editing a fillet feature.
To successfully run this sample you can use this Version Introduced in version November 2022