Interface PickingTask


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

    Modifier and Type
    Method
    Description
    void
    perform(PickingTools pickingTools)
    Call to perform the task.
  • Method Details

    • perform

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