ConstantRadiusFilletEdgeSetInput.tangencyWeight Property
Parent Object:
ConstantRadiusFilletEdgeSetInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ConstantRadiusFilletEdgeSetInput.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
"constantRadiusFilletEdgeSetInput_var" is a variable referencing a ConstantRadiusFilletEdgeSetInput object.
# Get the value of the property. propertyValue = constantRadiusFilletEdgeSetInput_var.tangencyWeight
# Set the value of the property. constantRadiusFilletEdgeSetInput_var.tangencyWeight = propertyValue
|
"constantRadiusFilletEdgeSetInput_var" is a variable referencing a ConstantRadiusFilletEdgeSetInput object.
#include <Fusion/Features/ConstantRadiusFilletEdgeSetInput.h>
// Get the value of the property. Ptr<ValueInput> propertyValue = constantRadiusFilletEdgeSetInput_var->tangencyWeight();
// Set the value of the property, where value_var is a ValueInput. bool returnValue = constantRadiusFilletEdgeSetInput_var->tangencyWeight(value_var);
|
Property Value
This is a read/write property whose value is a
ValueInput.
Version
Introduced in version November 2022