API 文件集 > Features > Object ProFeature > Function ProFeatureHasGeomchks
Function ProFeatureHasGeomchks
Description
Determines whether the specified feature in a part or assembly has geometry check items.
Synopsis
#include <ProFeature.h>
ProFeatureHasGeomchks
(
ProFeature* p_feat_handle
/* (In)
The feature to be checked.
*/
ProBoolean* p_has_gerrs
/* (Out)
If this is PRO_B_TRUE, the feature has geometry check items. Otherwise, this is PRO_B_FALSE.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
這是否有幫助?