NXOpen.UF.Ui.SelectPointCollection

Ui.SelectPointCollection()

Refer to UF_UI_select_point_collection for documentation.

Signature: SelectPointCollection(message, coincidentPoints)

Parameters:
  • message (str) – Displays a message (32 character maximum) in the cue line. The message is suffixed with the string “Point Specification Method”.
  • coincidentPoints (bool) – TRUE = coincident points can be returned. FALSE = do not return coincident points. not valid with point constructor
Returns:

A Tuple

Return type:

A tuple consisting of (points,count,response)

points(list of ``NXOpen.UF.Ui.ChainedPoints` Refer to UF_UI_chained_points_s for documentation.`): Array of data structures containing the points. This array must be freed by calling UF_free.

count(int): Count of points returned.

response(int): A response of Back, Cancel , or OK is specified by one of the following constants: UF_UI_BACK UF_UI_CANCEL UF_UI_OK

License requirements: None