API 설명서 > Features > Object ProFeature > Function ProFeatureVisibilityGet
Function ProFeatureVisibilityGet
Description
Reports whether the specified feature is public or internal. Internal features are 'invisible' features and used internally for construction purposes.
NOTE: This is useful primarily in the action/filter callbacks of ProSolidFeatVisit().
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureVisibilityGet
(
ProFeature* p_feat_handle
/* (In)
The feature to process.
*/
ProBoolean* p_visible
/* (Out)
If the specified feature is public, this is PRO_B_TRUE. If specified feature is internal, this is PRO_B_FALSE.
*/
)
Returns
The function successfully verified the feature.
The input argument is invalid.
See Also
Sample Code References
User Guide References
도움이 되셨나요?