API 설명서 > Features > Object ProFeature > Function ProFeatureParamsDisplay
Function ProFeatureParamsDisplay
Description
Displays the same parameters shown by Creo Parametric when you modify a feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureParamsDisplay
(
ProSelection feature_sel
/* (In)
A ProSelection structure for the feature
*/
ProParamType param_type
/* (In)
The parameter type to show
*/
)
Returns
The function successfully displayed the information.
One or more of the arguments are invalid.
A general error occurred and the function failed.
The model is not the top-level model in the window.
Sample Code References
User Guide References
도움이 되셨나요?