SheetMetalChamferEdgeSets.add Method

Parent Object: SheetMetalChamferEdgeSets

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/SheetMetalChamferEdgeSets.h>

Description

Adds a new edge set to this chamfer 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

"sheetMetalChamferEdgeSets_var" is a variable referencing a SheetMetalChamferEdgeSets object.

returnValue = sheetMetalChamferEdgeSets_var.add(edges, distance)
"sheetMetalChamferEdgeSets_var" is a variable referencing a SheetMetalChamferEdgeSets object.

#include <Fusion/SheetMetal/SheetMetalChamferEdgeSets.h>

returnValue = sheetMetalChamferEdgeSets_var->add(edges, distance);
"sheetMetalChamferEdgeSets_var" is a variable referencing a SheetMetalChamferEdgeSets object.

returnValue = sheetMetalChamferEdgeSets_var.add(edges, distance);

Return Value

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

Parameters

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

Version

Introduced in version September 2026