SheetMetalFilletEdgeSets.add Method

Parent Object: SheetMetalFilletEdgeSets

PreviewThis functionality is provided as a preview of intended future API capabilities. You are encouraged to use it and report any problems or suggestions using the Fusion API and Scripts forum.

Because this is a preview of future functionality, there is the possibility that it will change, which will possibly break any existing programs that use this functionality. Because of that, you should never deliver any programs that use any preview capabilities. For a distributed program, you should wait until it has moved from preview to released state.


Defined in namespace "adsk::fusion" and the header file is <Fusion/SheetMetal/SheetMetalFilletEdgeSets.h>

Description

Adds a new edge set to this fillet feature. To use this method, 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

"sheetMetalFilletEdgeSets_var" is a variable referencing a SheetMetalFilletEdgeSets object.

returnValue = sheetMetalFilletEdgeSets_var.add(edges, radius)
"sheetMetalFilletEdgeSets_var" is a variable referencing a SheetMetalFilletEdgeSets object.

#include <Fusion/SheetMetal/SheetMetalFilletEdgeSets.h>

returnValue = sheetMetalFilletEdgeSets_var->add(edges, radius);
"sheetMetalFilletEdgeSets_var" is a variable referencing a SheetMetalFilletEdgeSets object.

returnValue = sheetMetalFilletEdgeSets_var.add(edges, radius);

Return Value

Type Description
SheetMetalFilletEdgeSet Returns the newly created SheetMetalFilletEdgeSet object or null if the addition failed.

Parameters

Name Type Description
edges BRepEdge[] The thickness-direction edges to fillet. All edges must come from the same sheet metal body that the parent fillet feature was created on.
radius ValueInput The constant fillet radius applied to every edge in this set.

Version

Introduced in version September 2026