ChordLengthFilletEdgeSet.chordLength Property

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

Description

Returns the model parameter that controls the chord length of the fillet. You can edit the chord length by using the properties on the returned ModelParameter object.

Syntax

"chordLengthFilletEdgeSet_var" is a variable referencing a ChordLengthFilletEdgeSet object.

# Get the value of the property.
propertyValue = chordLengthFilletEdgeSet_var.chordLength
"chordLengthFilletEdgeSet_var" is a variable referencing a ChordLengthFilletEdgeSet object.
#include <Fusion/Features/ChordLengthFilletEdgeSet.h>

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

Property Value

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

Samples

Name Description
Fillet Feature Edit API Sample

Demonstrates editing a fillet feature.
To successfully run this sample you can use this Version Introduced in version November 2015