FilletEdgeSetInput.tangencyWeight Property

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

Description

Gets and sets the tangency weight for the given edge set. The tangency weight controls the influence of the continuity (G1 or G2) on the fillet. The ValueInput must be a real value between 0.1 and 2.0 inclusive, with no units. The default value is 1.0.

Syntax

"filletEdgeSetInput_var" is a variable referencing a FilletEdgeSetInput object.

# Get the value of the property.
propertyValue = filletEdgeSetInput_var.tangencyWeight

# Set the value of the property.
filletEdgeSetInput_var.tangencyWeight = propertyValue
"filletEdgeSetInput_var" is a variable referencing a FilletEdgeSetInput object.
#include <Fusion/Features/FilletEdgeSetInput.h>

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

// Set the value of the property, where value_var is a ValueInput.
bool returnValue = filletEdgeSetInput_var->tangencyWeight(value_var);

Property Value

This is a read/write property whose value is a ValueInput.

Version

Introduced in version November 2022