Interface PickingTask
public interface PickingTask
Interface for a picking task.
- Author:
- Pierre Lando
-
Method Summary
Modifier and TypeMethodDescriptionvoid
perform
(PickingTools pickingTools) Call to perform the task.
-
Method Details
-
perform
Call to perform the task.- Parameters:
pickingTools
- the picking tools to use.
-