Function ProFeatureElemtreeCreate
DEPRECATED:
Since Wildfire 5.0
Description
NOTE:
This function is deprecated. It does not provide options to resolve the paths of external references of the feature. Use ProFeatureElemtreeExtract() instead.
Creates a copy of the feature element tree.
Synopsis
#include <ProFeature.h>
ProFeatureElemtreeCreate
(
ProFeature* feature
/* (In)
The feature
*/
ProElement* p_elem
/* (Out)
The root element of the feature element tree
*/
)
Returns
The function successfully created the feature element tree.
Model is in read-only state.
The input argument is invalid.
Creation of the element tree is not supported for this feature type.
See Also
Sample Code References
User Guide References
Было ли это полезно?