NXOpen.UF.Modeling.AskFeatureBoolean

Modeling.AskFeatureBoolean()

Refer to UF_MODL_ask_feature_boolean for documentation.

Signature: AskFeatureBoolean(featureObjId)

Parameters:featureObjId (Tag) – Feature object identifier to inquire.
Returns:UF_NO_BOOLEAN - feature has not been booleaned. UF_TOP_TARGET - feature is not booleaned into any other features but has at least one tool as a child. UF_UNITE - feature has been united to a target solid. UF_SUBTRACT - feature has been subtracted from a target solid. UF_INTERSECT - feature has been intersected with a target solid. UF_DEFORM_POSITIVE - feature used to deform the positive side of the target sheet. UF_DEFORM_NEGATIVE - feature used to deform the negative side of the target sheet.
Return type:NXOpen.UF.Modl.FeatureSigns Refer to UF_FEATURE_SIGNS for documentation.

License requirements: None