Interface SelectorLimits

All Known Implementing Classes:
ActorSelectorLimits, PermissiveSelectorLimits

public interface SelectorLimits
Defines limits for selections.
  • Method Details

    • getPolygonVertexLimit

      Optional<Integer> getPolygonVertexLimit()
      Get the optionally defined vertex limit for polygons.

      If one is not present, then there is no limitation.

      Returns:
      an optional vertex limit
    • getPolyhedronVertexLimit

      Optional<Integer> getPolyhedronVertexLimit()
      Get the optionally defined vertex limit for polyhedrons.

      If one is not present, then there is no limitation.

      Returns:
      an optional vertex limit