VariableRadiusFilletEdgeSet.midPositions Property
Parent Object: VariableRadiusFilletEdgeSetDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/VariableRadiusFilletEdgeSet.h>
Description
Returns a list of model parameters that control the location of each mid point radius. These positions are defined from 0 to 1 where 0 is at the start of the edge and 1 is at the end. You can edit any of these positions by using the properties on its returned ModelParameter object.
Syntax
"variableRadiusFilletEdgeSet_var" is a variable referencing a VariableRadiusFilletEdgeSet object.
|
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 |