Share

VariableRadiusFilletEdgeSet.midRadii Property

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

Description

Returns a list of model parameters that control radius of the fillet at each position defined along the edge set. You can edit any of these radii by using the properties on its returned ModelParameter object. This list does not include the parameters for the start and end radii. Use the startRadius and endRadius properties to get those.

Syntax

"variableRadiusFilletEdgeSet_var" is a variable referencing a VariableRadiusFilletEdgeSet object.

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

Property Value

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

Samples

Was this information helpful?