Share

ConstantRadiusFilletEdgeSet.radius Property

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

Description

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

Syntax

"constantRadiusFilletEdgeSet_var" is a variable referencing a ConstantRadiusFilletEdgeSet object.

# Get the value of the property.
propertyValue = constantRadiusFilletEdgeSet_var.radius

Property Value

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

Samples

Was this information helpful?