VariableRadiusFilletEdgeSet.edges Property

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

Description

Gets and sets an ObjectCollection containing the edges that are filleted.

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

"variableRadiusFilletEdgeSet_var" is a variable referencing a VariableRadiusFilletEdgeSet object.

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

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

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

// Set the value of the property, where value_var is an ObjectCollection.
bool returnValue = variableRadiusFilletEdgeSet_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 2014