Description | |||||||||||
Applies a specified bend table to a sheet metal part and causes a regeneration. | |||||||||||
Synopsis | |||||||||||
#include <ProSheetmetal.h> | |||||||||||
ProError | ProSmtPartBendtableApply | ( | |||||||||
ProPart smt_part | |||||||||||
/* (In) | |||||||||||
The sheet metal part | |||||||||||
*/ | |||||||||||
ProName bend_name | |||||||||||
/* (In) | |||||||||||
The name of the bend table The name of the bend table has to be specified without the extension .bnd of the bend table file. Set the config option "pro_sheet_met_dir" to point to the directory that contains the bend tables. | |||||||||||
*/ | |||||||||||
ProBoolean from_file | |||||||||||
/* (In) | |||||||||||
If PRO_B_TRUE, the table is loaded from the file, and supersedes any table that is already in memory. If PRO_B_FALSE, the table is loaded from the file only if it is not already in memory. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|