Enum Class CadCollector.GatherDrawings

java.lang.Object
java.lang.Enum<CadCollector.GatherDrawings>
com.ptc.windchill.collector.api.cad.CadCollector.GatherDrawings
All Implemented Interfaces:
Serializable, Comparable<CadCollector.GatherDrawings>, Constable
Enclosing class:
CadCollector

public static enum CadCollector.GatherDrawings extends Enum<CadCollector.GatherDrawings>
Define which drawings to gather. Supported API: true
  • ONLY_FOR_SEEDS gather drawings only for input seed objects
  • ALL gather drawings for input seeds and their children
  • Enum Constant Details

    • ONLY_FOR_SEEDS

      public static final CadCollector.GatherDrawings ONLY_FOR_SEEDS
      Gather related drawing objects only for input seed objects.
      Supported API: true
    • ALL

      public static final CadCollector.GatherDrawings ALL
      Gather all drawing objects for input seeds and their children.
      Supported API: true