ChordLengthFilletEdgeSetInput.chordLength Property

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

Description

Gets and sets a ValueInput object that defines the chord length of the fillet. If the ValueInput uses a real value 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 document units for length.

Syntax

"chordLengthFilletEdgeSetInput_var" is a variable referencing a ChordLengthFilletEdgeSetInput object.

# Get the value of the property.
propertyValue = chordLengthFilletEdgeSetInput_var.chordLength

# Set the value of the property.
chordLengthFilletEdgeSetInput_var.chordLength = propertyValue
"chordLengthFilletEdgeSetInput_var" is a variable referencing a ChordLengthFilletEdgeSetInput object.
#include <Fusion/Features/ChordLengthFilletEdgeSetInput.h>

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

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

Property Value

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

Version

Introduced in version November 2022