NXOpen.UF.Fltr.AskBoxOfAssy

Fltr.AskBoxOfAssy()

Refer to UF_FLTR_ask_box_of_assy for documentation.

Signature: AskBoxOfAssy(assy)

Parameters:assy (Tag) – Tag of the assembly, component, or subassembly to box.
Returns:A Tuple
Return type:A tuple consisting of (centroid,corner,orientation)

centroid(list of float): Center of box

corner(list of float): Corner vector (diagonal corner coordinates of the box can be calculated by adding and subtracting this vector from the centroid location)

orientation(list of float): Orientation of box with respect to absolute coordinate system.

License requirements: None