Interface PickingTask


  • public interface PickingTask
    Interface for a picking task.
    Author:
    Pierre Lando
    • Method Detail

      • perform

        void perform​(PickingTools pickingTools)
        Call to perform the task.
        Parameters:
        pickingTools - the picking tools to use.