GMModelInterfaces Enumeration CATBodyFreezeMode

enum CATBodyFreezeMode {
  CATBodyFreezeOff,
  CATBodyFreezeOn,
  CATBodyFreezeOrCompletionInvalid
}
Defines the state of a resulting body after an operation.
Values:
CATBodyFreezeOff
The resulting body is not frozen: it can be later modified.
CATBodyFreezeOn
The resulting body is frozen: it cannot be later modified. The cells to modify will be duplicated.
CATBodyFreezeOrCompletionInvalid
The resulting body is not valid: it must be later modified or removed.

This object is included in the file: CATBodyFreezeMode.h

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