VariableRadiusFilletEdgeSetInput.endRadius Property

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

Description

Gets and sets a ValueInput object that defines the ending radius of the fillet. If a single edge is being filleted, the end radius is at the end of the edge. If multiple tangent edges are being filleted the end radius is the open end of the last edge in the collection.

If the ValueInput uses a real then it is interpreted as centimeters. If it is a string then the units can be defined as part of the string (i.e. "2 in") or if no units are specified it is interpreted using the current default units for length.

Syntax

"variableRadiusFilletEdgeSetInput_var" is a variable referencing a VariableRadiusFilletEdgeSetInput object.

# Get the value of the property.
propertyValue = variableRadiusFilletEdgeSetInput_var.endRadius

# Set the value of the property.
variableRadiusFilletEdgeSetInput_var.endRadius = propertyValue
"variableRadiusFilletEdgeSetInput_var" is a variable referencing a VariableRadiusFilletEdgeSetInput object.
#include <Fusion/Features/VariableRadiusFilletEdgeSetInput.h>

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

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

Property Value

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

Version

Introduced in version November 2022