NXOpen.UF.Draw.AskBoundByObjects

Draw.AskBoundByObjects()

Refer to UF_DRAW_ask_bound_by_objects for documentation.

Signature: AskBoundByObjects(viewTag)

Parameters:viewTag (Tag) – Tag of view whose model reference point is to be obtained.
Returns:A Tuple
Return type:A tuple consisting of (numObjects,boundedObjects)

numObjects(int): Pointer to int that represents the number of object tags returned.

boundedObjects(list of Tag): Pointer to tag array of objects used to calculate the bounding box for the view boundary. Use UF_free() to free this array when done.

License requirements: None