ConstantRadiusFilletEdgeSetInput.entities Property

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

Description

Gets and sets the entities associated with this fillet edge set. For constant radius and chord length edge sets, this can be edges, faces, and features. For variable radius edges sets, this must be edges.

Syntax

"constantRadiusFilletEdgeSetInput_var" is a variable referencing a ConstantRadiusFilletEdgeSetInput object.

# Get the value of the property.
propertyValue = constantRadiusFilletEdgeSetInput_var.entities

# Set the value of the property.
constantRadiusFilletEdgeSetInput_var.entities = propertyValue
"constantRadiusFilletEdgeSetInput_var" is a variable referencing a ConstantRadiusFilletEdgeSetInput object.
#include <Fusion/Features/ConstantRadiusFilletEdgeSetInput.h>

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

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

Property Value

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

Version

Introduced in version November 2022