ChordLengthFilletEdgeSet.edges Property

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

Description

Gets and sets an ObjectCollection containing the BRepEdge, BRepFace, and Feature that are filleted. If the isTangentChain argument is true additional edges or faces may also get filleted if they are tangentially connected to any of the input edges or faces.

To use this property, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)

Syntax

"chordLengthFilletEdgeSet_var" is a variable referencing a ChordLengthFilletEdgeSet object.

# Get the value of the property.
propertyValue = chordLengthFilletEdgeSet_var.edges

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

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

// Set the value of the property, where value_var is an ObjectCollection.
bool returnValue = chordLengthFilletEdgeSet_var->edges(value_var);

Property Value

This is a read/write property whose value is an ObjectCollection.

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