| Description |
| Applies a specified bend table to a sheet metal part feature and causes a regeneration. |
| Synopsis |
| #include <ProSheetmetal.h> |
| ProError | ProSmtFeatureBendtableApply | ( |
| 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 |
|
|