AsymmetricFilletEdgeSetInput.entities Property
Parent Object: AsymmetricFilletEdgeSetInput
Derived from: FilletEdgeSetInput.entities
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/AsymmetricFilletEdgeSetInput.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
"asymmetricFilletEdgeSetInput_var" is a variable referencing an AsymmetricFilletEdgeSetInput object.# Get the value of the property. propertyValue = asymmetricFilletEdgeSetInput_var.entities# Set the value of the property. asymmetricFilletEdgeSetInput_var.entities = propertyValue
"asymmetricFilletEdgeSetInput_var" Is a variable referencing an AsymmetricFilletEdgeSetInput Object.#include <Fusion/Features/AsymmetricFilletEdgeSetInput.h>// Get the value of the property. ObjectCollection propertyValue = asymmetricFilletEdgeSetInput_var->entities ();// Set the value of the property, where value_var is an ObjectCollection. bool returnValue = asymmetricFilletEdgeSetInput_var->entities (value_var);
"asymmetricFilletEdgeSetInput_var" Is a variable referencing an AsymmetricFilletEdgeSetInput Object.// Get the value of the property. propertyValue = asymmetricFilletEdgeSetInput_var.entities ;// Set the value of the property. asymmetricFilletEdgeSetInput_var.entities = propertyValue;
Property Value
This is a read/write property whose value is an ObjectCollection.
Version
Introduced in version November 2025