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
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGather all drawing objects for input seeds and their children.
Supported API: trueGather related drawing objects only for input seed objects.
Supported API: true -
Method Summary
-
Enum Constant Details
-
ONLY_FOR_SEEDS
Gather related drawing objects only for input seed objects.
Supported API: true -
ALL
Gather all drawing objects for input seeds and their children.
Supported API: true
-