Enum Class CadCollector.GatherAssociatedParts
java.lang.Object
java.lang.Enum<CadCollector.GatherAssociatedParts>
com.ptc.windchill.collector.api.cad.CadCollector.GatherAssociatedParts
- All Implemented Interfaces:
Serializable,Comparable<CadCollector.GatherAssociatedParts>,Constable
- Enclosing class:
CadCollector
public static enum CadCollector.GatherAssociatedParts
extends Enum<CadCollector.GatherAssociatedParts>
Define which associated parts to gather.
Supported API: true
- ONLY_FOR_SEEDS gather associated parts only for input seed objects
- ALL gather associated parts 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 associated parts for input seeds and their children.
Supported API: trueGather associated parts only for input seed objects.
Supported API: true -
Method Summary
-
Enum Constant Details
-
ONLY_FOR_SEEDS
Gather associated parts only for input seed objects.
Supported API: true -
ALL
Gather all associated parts for input seeds and their children.
Supported API: true
-