Bend Tables and Dimensions
Bend table functions support reading in or removing bent table data for a sheet metal part or feature in the part.
Sheet metal dimension functions find or set whether or not developed length dimensions are driven.
Functions Introduced:
• ProSmtPartBendtableApply()
• ProSmtPartBendtableRemove()
• ProSmtFeatureBendtableApply()
• ProSmtFeatureBendtableRemove()
• ProSmtFeatureDevldimsGet()
• ProSmtDevldimIsDriven()
• ProSmtDevldimDrivenSet()
The function ProSmtPartBendtableApply() applies the specified bent table to the sheet metal part. The input argument from_file specifies whether the bend table is to be applied from memory or from the specified file.
The function ProSmtPartBendtableRemove() removes the specified bend table from the sheet metal part and the part uses the Y Factor.
The function ProSmtFeatureBendtableApply() applies the specified bent table to the sheet metal part feature. The input argument from_file specifies whether the bend table is to be applied from memory or from the specified file.
The function ProSmtFeatureBendtableRemove() sets a sheet metal feature to use the part bend table instead of the feature bend table.
The function ProSmtFeatureDevldimsGet() returns the developed length dimensions for the specified sheet metal bend or wall feature. It also returns the surfaces whose developed length these dimensions define.
The function ProSmtDevldimIsDriven() specifies whether a developed length dimension is driven or not. Use the function ProSmtDevldimDrivenSet() to set a developed length dimension to driven.