LoftedFlangeFeatureInput.setFacetControlByChordTolerance 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 chord tolerance, which limits the maximum distance between the true curved surface and the faceted approximation. Only applicable when the forming type is BrakeFormLoftedFlangeFormingType.

Syntax

"loftedFlangeFeatureInput_var" is a variable referencing a LoftedFlangeFeatureInput object.

returnValue = loftedFlangeFeatureInput_var.setFacetControlByChordTolerance(chordTolerance)
"loftedFlangeFeatureInput_var" is a variable referencing a LoftedFlangeFeatureInput object.

#include <Fusion/SheetMetal/LoftedFlangeFeatureInput.h>

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

returnValue = loftedFlangeFeatureInput_var.setFacetControlByChordTolerance(chordTolerance);

Return Value

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

Parameters

Name Type Description
chordTolerance ValueInput The maximum allowable chord tolerance distance. If it is a real value it will be interpreted as centimeters. If it is a string it behaves the same as entering the value in the command dialog.

Version

Introduced in version September 2026