All Frameworks  Class Hierarchy  This Framework  Indexes

ConstraintModeler Enumeration CATDoFStatusEnum

enum CATDoFStatusEnum {
  DoF_Acceptable,
  DoF_KONotABloc,
  DoF_KONoFather,
  DoF_KONotRigid,
  DoF_KONotUpdated,
  DoF_KOOther
}
Degrees of freedom analysis result.
Role: used by the CATIDegreesOfFreedom.GetNbDegreesOfFreedom
Values:
DoF_Acceptable
The analysis of 'this' has succedeed.
DoF_KONotABloc
'this' is not a
CATIBloc. Asking for degrees of freedom analysis makes no sense.
DoF_KONoFather
'this' has no parent. Hence 'this' can not be in a constraint network and can not be analyzed.
DoF_KONotRigid
'this' is a flexible Assembly. Hence there is no sense to ask for degrees of freedom on 'this'.
DoF_KONotUpdated
'this' is not updated: one constraint at least is not satisfied. The analysis can not be performed.

This object is included in the file: CATDoFStatusEnum.h

Copyright © 2003, Dassault Systèmes. All rights reserved.