API 설명서 > Features > Object ProGroup > Callback ProGroupUngroupPostAction
Callback ProGroupUngroupPostAction
Description
This is the function prototype used for a notification called after a feature group is ungrouped, corresponding to the ProNotifyType PRO_GROUP_UNGROUP_POST
Synopsis
#include <ProGroup.h>
(*ProGroupUngroupPostAction)
(
ProSolid solid
/* (In)
The solid model that owned the group.
*/
int group_id
/* (In)
The former group id.
*/
ProName udf_name
/* (In)
The UDF name, if the group was from a UDF, or NULL.
*/
int* feature_list
/* (In)
Ids of the features that were members of the group.
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
도움이 되셨나요?