Object ProRound

Function ProRoundIsAutoRoundMember


Description
Determines whether the specified feature is a member of the Auto Round Feature.
Replacement in Object TOOLKIT: pfcRoundFeat::IsAutoRoundMember
Synopsis
#include <ProRound.h>
ProErrorProRoundIsAutoRoundMember(
ProFeature* p_feat_handle
/* (In)
The feature to check for completeness.
*/
ProBoolean* p_is_auto_round_member
/* (Out)
If the feature is an Auto Round Member, this is PRO_B_TRUE. Otherwise, this is PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Element Trees: Round and Chamfer: Auto Round Feature