AsymmetricFilletEdgeSetInput.continuity Property
Parent Object:
AsymmetricFilletEdgeSetInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/AsymmetricFilletEdgeSetInput.h>
Description
Gets and sets the continuity of the fillet edge set. Valid values are TangentSurfaceContinuityType and CurvatureSurfaceContinuityType. The default is TangentSurfaceContinuityType.
For an asymmetric fillet edge set, this must always be tangent continuity (G1) and setting it to another value will fail.
Syntax
"asymmetricFilletEdgeSetInput_var" is a variable referencing an AsymmetricFilletEdgeSetInput object.
# Get the value of the property. propertyValue = asymmetricFilletEdgeSetInput_var.continuity
# Set the value of the property. asymmetricFilletEdgeSetInput_var.continuity = propertyValue |
"asymmetricFilletEdgeSetInput_var" is a variable referencing an AsymmetricFilletEdgeSetInput object.
#include <Fusion/Features/AsymmetricFilletEdgeSetInput.h>
// Get the value of the property. SurfaceContinuityTypes propertyValue = asymmetricFilletEdgeSetInput_var->continuity();
// Set the value of the property, where value_var is a SurfaceContinuityTypes. bool returnValue = asymmetricFilletEdgeSetInput_var->continuity(value_var); |
Property Value
This is a read/write property whose value is a
SurfaceContinuityTypes.
Version
Introduced in version November 2025