LoftedFlangeFeatureInput.setFacetControlByFacetAngle Method

Parent Object: LoftedFlangeFeatureInput

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

Description

Sets the facet control to facet angle, which limits the maximum angle between adjacent facet normals. Only applicable when the forming type is BrakeFormLoftedFlangeFormingType.

Syntax

"loftedFlangeFeatureInput_var" is a variable referencing a LoftedFlangeFeatureInput object.

returnValue = loftedFlangeFeatureInput_var.setFacetControlByFacetAngle(facetAngle)
"loftedFlangeFeatureInput_var" is a variable referencing a LoftedFlangeFeatureInput object.

#include <Fusion/SheetMetal/LoftedFlangeFeatureInput.h>

returnValue = loftedFlangeFeatureInput_var->setFacetControlByFacetAngle(facetAngle);
"loftedFlangeFeatureInput_var" is a variable referencing a LoftedFlangeFeatureInput object.

returnValue = loftedFlangeFeatureInput_var.setFacetControlByFacetAngle(facetAngle);

Return Value

Type Description
boolean Returns true if setting the facet control was successful.

Parameters

Name Type Description
facetAngle ValueInput The maximum allowable angle between adjacent facet normals. If it is a real value it will be interpreted as radians. If it is a string it behaves the same as entering the value in the command dialog.

Version

Introduced in version September 2026