Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/VariableRadiusFilletEdgeSetInput.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.
// Get the value of the property. ObjectCollection propertyValue = variableRadiusFilletEdgeSetInput_var->entities();
// Set the value of the property, where value_var is an ObjectCollection. bool returnValue = variableRadiusFilletEdgeSetInput_var->entities(value_var);