NXOpen.UF.Turn.AskCutRegionsExist

Turn.AskCutRegionsExist()

Refer to UF_TURN_ask_cut_regions_exist for documentation.

Signature: AskCutRegionsExist(operTag)

Parameters:operTag (Tag) – Tag of the operation for whichcut regions are to be found
Returns:A Tuple
Return type:A tuple consisting of (numberOfCutRegionsFound,totalAreaOfCutRegionsFound,cutRegionsLocation,message)

numberOfCutRegionsFound(int): Number of cut regionsfound or 0, if none found

totalAreaOfCutRegionsFound(float): Sums cross-sectional areaof cut regions found

cutRegionsLocation(`NXOpen.UF.Turn.CutRegionsLocation Refer to UF_TURN_cut_regions_location_e for documentation.`): Reportslocation of cut regions found relative to centerline

message(str): Informational message both forsuccessful detection as for error case

License requirements: None