GMModelInterfaces Enumeration CATTopCheckJournalType

enum CATTopCheckJournalType {
  CATTopCheckNoCopy,
  CATTopCheckCopy,
  CATTopCheckNeutral
}
Defines the Copy / NoCopy mode of a journal input object.
Values:
CATTopCheckNoCopy
The input object is supposed NOT to be in the result body. For a Body, none of its Cells are supposed to be in the result body and the journal does not need to have Delete orders on these cells.
CATTopCheckCopy
All the input object is supposed to be in the result body. For a Body, all its Cells are supposed to be in the result body and the journal does not need to have Keep orders on these cells.
CATTopCheckNeutral
Do not use.

This object is included in the file: CATTopCheckJournalType.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.