ExtendFeatureInput.edges Property

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

Description

Gets and sets the edges to extend

Syntax

"extendFeatureInput_var" is a variable referencing an ExtendFeatureInput object.

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

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

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

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

Property Value

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

Version

Introduced in version June 2015