API 설명서 > Sheetmetal > Object ProSmt > Function ProSmtFeatureBendtableApply
Function ProSmtFeatureBendtableApply
Description
Applies a specified bend table to a sheet metal part feature and causes a regeneration.
Synopsis
#include <ProSheetmetal.h>
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
Model is in read-only state.
The feature is not a bend or wall.
Couldn't find such a table in memory, nor could open the file.
User Guide References
도움이 되셨나요?