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
"variableRadiusFilletEdgeSet_var" is a variable referencing a VariableRadiusFilletEdgeSet object.
#include <Fusion/Features/VariableRadiusFilletEdgeSet.h>

// Get the value of the property.
Ptr<ParameterList> propertyValue = variableRadiusFilletEdgeSet_var->midRadii();

Property Value

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

Samples

Name Description
Fillet Feature Edit API Sample

Demonstrates editing a fillet feature.
To successfully run this sample you can use this Version Introduced in version November 2015