API 설명서 > Features > Object ProFeature > Function ProFeatureElemtreeSet
Function ProFeatureElemtreeSet
DEPRECATED:
Since Wildfire 5.0
Description
NOTE:
This function is deprecated. It does not properly set up the model to a point where it can accept a modification to its feature element tree. To properly modify a feature tree, use ProFeatureWithoptionsRedefine.
Assigns the information from the feature's definition (elem_tree) into the feature database.
Synopsis
#include <ProFeature.h>
ProFeatureElemtreeSet
(
ProAsmcomppath* comp_path
/* (In)
The path to the part to which the feature belongs. This can be NULL when you are redefining in Part mode, or when the feature belongs to the top-level assembly.
*/
ProFeature* feature
/* (In)
The feature whose database is to be altered.
*/
ProElement elem_tree
/* (In)
The modified feature element tree to be assigned to the feature.
*/
ProErrorlist* p_errors
/* (Out)
The list of errors.
*/
)
Returns
The function successfully assigned the specified data to the feature.
Model is in read-only state.
One or more of the input arguments are invalid.
See Also
도움이 되셨나요?