Class SimpleACIArea.ChopList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<SimpleACIArea.Chop>, Collection<SimpleACIArea.Chop>, List<SimpleACIArea.Chop>, RandomAccess
Enclosing class:
SimpleACIArea

public static class SimpleACIArea.ChopList extends ArrayList<SimpleACIArea.Chop>
List of chop-points. This is a mutable object used to form a chop-list to pass to the Region constructor.
See Also:
  • Constructor Details

    • ChopList

      public ChopList()
      Construct an empty chop-point list.
    • ChopList

      public ChopList(List<SimpleACIArea.Chop> chops)
      Construct a chop-point list based on an existing list of Chops.
  • Method Details