FilletEdgeSetInput.continuity Property
Parent Object:
FilletEdgeSetInputDefined 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
|
"filletEdgeSetInput_var" is a variable referencing a FilletEdgeSetInput object.
#include <Fusion/Features/FilletEdgeSetInput.h>
// Get the value of the property. SurfaceContinuityTypes propertyValue = filletEdgeSetInput_var->continuity();
// Set the value of the property, where value_var is a SurfaceContinuityTypes. bool returnValue = filletEdgeSetInput_var->continuity(value_var);
|
Property Value
This is a read/write property whose value is a
SurfaceContinuityTypes.
Version
Introduced in version November 2022