Share

VariableRadiusFilletEdgeSet.endRadius Property

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

Description

Returns the model parameter that controls the end radius of the fillet. You can edit the end radius by using the properties on the returned ModelParameter object.

Syntax

"variableRadiusFilletEdgeSet_var" is a variable referencing a VariableRadiusFilletEdgeSet object.

# Get the value of the property.
propertyValue = variableRadiusFilletEdgeSet_var.endRadius

Property Value

This is a read only property whose value is a ModelParameter.

Samples

Was this information helpful?