Category Sheetmetal, Object ProSmt

Function ProSmtFeatureBendtableApply


Description
Applies a specified bend table to a sheet metal part feature and causes a regeneration.
Synopsis
#include <ProSheetmetal.h>
ProErrorProSmtFeatureBendtableApply(
ProFeature* feature
/* (In)
The sheet metal feature (must be a bend or wall)
*/
ProName bend_name
/* (In)
The name of the bend table.
*/
ProBoolean from_file
/* (In)
If TRUE, the table is loaded from file, even if it is already in memory. If FALSE, the table is loaded from file only if it is not already in memory.
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_CONTEXTThe feature is not a bend or wall.
PRO_TK_CANT_OPENCouldn't find such a table in memory, nor could open the file.

Manual References:

  1. Production Applications: Sheetmetal: Bend Tables and Dimensions
  2. Production Applications: Sheetmetal: Bend Tables and Dimensions