NXOpen.UF.Modeling.AskBooleanWithRetainedOptions

Modeling.AskBooleanWithRetainedOptions()

Refer to UF_MODL_ask_boolean_with_retained_options for documentation.

Signature: AskBooleanWithRetainedOptions(featureEid)

Parameters:featureEid (Tag) – Boolean feature
Returns:A Tuple
Return type:A tuple consisting of (sign,originalTarget,originalTool,retainTargetBody,retainToolBody)

sign(`NXOpen.UF.Modl.FeatureSigns Refer to UF_FEATURE_SIGNS for documentation.`): Type of boolean:* - UF_POSITIVE : unite * - UF_NEGATIVE : subtract * - UF_UNSIGNED : intersect

originalTarget(Tag): Original target body

originalTool(Tag): Original tool body

retainTargetBody(bool): Indicate whether to retain the target body. If TRUE - the resulting body is the new body and target body is retained, FALSE - the resulting body is the modified target body.

retainToolBody(bool): Indicate whether to retain the tool body.If TRUE - the tool body is not consumed. FALSE - the tool body is consumed

License requirements: None