GeometricObjects Enumeration CATCloneManagerType
enum CATCloneManagerType {
CatCGMSingleDuplicate,
CatCGMFullDuplicate,
CatCGMUnknownDuplicate
}
Defines the mode of the clone process.
- Values:
-
- CatCGMSingleDuplicate
- Only duplicates the objects
that are Added to the CATCloneManager. This is the default value.
This value is only applicable in the case the objects are being copied within the same container.
- CatCGMFullDuplicate
- Duplicates the objects
that are Added to the CATCloneManager and the forward linked objects.
This value for CATCloneManagerType should be used explicitly when full copy
is desired in the case of the objects being copied within the same container.
For copying objects to a different container this value is used internally
regardless of the value assigned to CATCloneManagerType.
- CatCGMUnknownDuplicate
- Internal use.
This object is included in the file: CATCloneManager.h
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.