Share

FilletEdgeSetInput.continuity Property

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

Description

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

Syntax

"filletEdgeSetInput_var" is a variable referencing a FilletEdgeSetInput object.

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

# Set the value of the property.
filletEdgeSetInput_var.continuity = propertyValue

Property Value

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

Version

Introduced in version November 2022

Was this information helpful?