Skip to content

pyux.select_coordinate

fabian-flassig edited this page Sep 3, 2020 · 6 revisions

Pick a coordinate in the scene.

pyux.select_coordinate([points_only [,text [,options]]]) 
Parameter Type Description
points_only boolean true: function only returns when an object point was picked. false: any coordinate can be picked
text string Text that will be displayed in the input prompt during the selection
options {...} Optional: reserved for future use

Return value

Type Description
{x,y,z} Coordinate of the picked point. nil if operation was cancelled.

See also:

pytha, pyux, pyux.clear_highlights, pyux.highlight_coordinate, pyux.select_part

Clone this wiki locally