Documentación de la API > Miscellaneous > Object ProMech > Function ProMechFeaturePromote
Function ProMechFeaturePromote
Description
Promotes the Creo Simulate specific feature making it accessible in Creo Parametric. Note that a promoted feature cannot be transferred back to Creo Simulate.
Licensing Requirement
Synopsis
#include <ProMechFeature.h>
ProMechFeaturePromote
(
ProFeature * pro_feature
/* (In)
The Creo Simulate specific feature to be promoted
*/
ProAsmcomppath * comp_path
/* (In)
The path to the part to which the feature belongs. This can be NULL when you are promoting in Part mode or when the feature belongs to the top-level assembly.
*/
)
Returns
The function successfully promoted the feature.
Model is in read-only state.
One or more input arguments are invalid.
The Input ProFeature Solid pointer is invalid.
The Input ProFeature Solid could not be retrieved.
Promote command is not applicable for the input feature.
Feature could not be promoted or a general error is encountered.
User Guide References
¿Fue esto útil?