NXOpen.UF.ModlGeneral.AskBoundingBoxExact

ModlGeneral.AskBoundingBoxExact()

Refer to UF_MODL_ask_bounding_box_exact for documentation.

Signature: AskBoundingBoxExact(objectArg, csysTag)

Parameters:
  • objectArg (Tag) – Object identifier of object to ask bounding box.
  • csysTag (Tag) – CSYS to use for box alignment. NULL_TAG - Use Work CSYS
Returns:

A Tuple

Return type:

A tuple consisting of (min_corner,directions,distances)

min_corner(list of float): Minimum corner of box of object. [0] - minimum x value [1] - minimum y value [2] - minimum z value

directions(list of float): : direction vectors of bounding box[0][] - X Direction [1][] - Y Direction [2][] - Z Direction

distances(list of float): Distances to move along directions of CSYS to derive all points of the bounding box. [0] - X distance value [1] - Y distance value [2] - Z distance value

License requirements: None