NXOpen.UF.Turn.IpwBox

Turn.IpwBox()

Refer to UF_TURN_ipw_box for documentation.

Signature: IpwBox(operTag)

Parameters:operTag (Tag) – Tag of the operation for whichmin max box of IPW has to be created
Returns:A Tuple
Return type:A tuple consisting of (length,diameter,bottomLeftInPlane,topRightInPlane,bottomLeftPnt3,bottomRightPnt3,topLeftPnt3,topRightPnt3,message)

length(float): length of the workpiece

diameter(float): diameter of the workpiece

bottomLeftInPlane(list of float): bottom left position of workpiece in plane

topRightInPlane(list of float): top right position of workpiece in plane

bottomLeftPnt3(list of float): bottom left position of workpiece

bottomRightPnt3(list of float): bottom right position of workpiece

topLeftPnt3(list of float): top left position of workpiece

topRightPnt3(list of float): top right position of workpiece

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

License requirements: None