NXOpen.UF.Modeling.IsBrowseableFeature

Modeling.IsBrowseableFeature()

Refer to UF_MODL_is_browseable_feature for documentation.

Signature: IsBrowseableFeature(featureTag, reportInactiveFeature, reportFeatureUnableToMakeCurrent)

Parameters:
  • featureTag (Tag) – The feature whose browseable status is to be checked.
  • reportInactiveFeature (bool) – TRUE: Inactive feature is reported as browseable. FALSE: Inactive feature is not reported as browseable.
  • reportFeatureUnableToMakeCurrent (bool) – TRUE: Feature that cannot be made current is reported as browseable. FALSE: Feature that cannot be made current is not reported as browseable.
Returns:

True if the feature is browseable, false otherwise.

Return type:

bool

License requirements: None