VariableRadiusFilletEdgeSet.tangencyWeight 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 G1 or G2 tangency weight of the fillet. It must be a real value between 0.1 and 2.0 inclusive. You can edit the tangency weight 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.tangencyWeight
"variableRadiusFilletEdgeSet_var" is a variable referencing a VariableRadiusFilletEdgeSet object.
#include <Fusion/Features/VariableRadiusFilletEdgeSet.h>

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

Property Value

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

Version

Introduced in version November 2022