To set Bending addition with bending table i can use in api the follow code:
Dim customBendAllowanceData As Object
Set customBendAllowanceData = Part.FeatureManager.CreateCustomBendAllowance()
customBendAllowanceData.BendTableFile = "L:\CAD - Systemverzeichnis\Systemdaten\lang\german\Sheetmetal Bend Tables\220409_Rev1_Bahlsen_Biegetabelle.xls"
I'm looking foe a solution to set the sheet metal gauge table with API.
I couldn't find anything in API Help SWX.
Is there a possibility to do this.
Thanks for help
best regards
Harald
SolidworksApi macros