Chamfer Feature
Feature Element Tree for Chamfer Feature
The element tree for a chamfer is documented in the header file ProChamfer.h, and has a simple structure. The following figure demonstrates the feature element tree structure:
Feature Element Tree for Chamfer
PRO_E_RNDCH_SETS
PRO_E_RNDCH_TRANSITIONS
The following list details special information about some of the elements in this tree:
• PRO_E_FEATURE_TYPE—Specifies feature type and has the value of PRO_FEAT_CHAMFER.
• PRO_E_STD_FEATURE_NAME—Specifies the name of the feature.
• PRO_E_RNDCH_SETS—Specifies an array of PRO_E_RNDCH_SET.
• PRO_E_RNDCH_ATTACH_TYPE—Specifies the attachment type and has the following values:
◦ PRO_ROUND_ATTACHED
◦ PRO_ROUND_UNATTACHED
◦ PRO_ROUND_CAPPED_ENDS
• PRO_E_RNDCH_TRANSITIONS—Specifies a set of transition PRO_E_RNDCH_TRANSITION.