select_points
- compas_rhino.objects.select_points(message='Select multiple points.')[source]
Select multiple points in the Rhino view.
- Parameters:
- messagestr, optional
Instruction for the user.
- Returns:
- list[System.Guid]
The identifers of the selected points.