ChordLengthFilletEdgeSetInput.continuity Property
Parent Object:
ChordLengthFilletEdgeSetInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ChordLengthFilletEdgeSetInput.h>
Description
Gets and sets the continuity of the fillet edge set. Valid values are TangentSurfaceContinuityType and CurvatureSurfaceContinuityType. The default is TangentSurfaceContinuityType.
Syntax
"chordLengthFilletEdgeSetInput_var" is a variable referencing a ChordLengthFilletEdgeSetInput object.
# Get the value of the property. propertyValue = chordLengthFilletEdgeSetInput_var.continuity
# Set the value of the property. chordLengthFilletEdgeSetInput_var.continuity = propertyValue
|
"chordLengthFilletEdgeSetInput_var" is a variable referencing a ChordLengthFilletEdgeSetInput object.
#include <Fusion/Features/ChordLengthFilletEdgeSetInput.h>
// Get the value of the property. SurfaceContinuityTypes propertyValue = chordLengthFilletEdgeSetInput_var->continuity();
// Set the value of the property, where value_var is a SurfaceContinuityTypes. bool returnValue = chordLengthFilletEdgeSetInput_var->continuity(value_var);
|
Property Value
This is a read/write property whose value is a
SurfaceContinuityTypes.
Version
Introduced in version November 2022