All Frameworks  Class Hierarchy  This Framework  Indexes

ConstraintModeler Enumeration CATDoFTypeEnum

enum CATDoFTypeEnum {
  DoF_Translation,
  DoF_Rotation,
  DoF_Screw,
  DoF_NotComputed,
  DoF_NotDefinedType
}
Degrees of freedom analysis: indicates type of freedom.
Role: used by the CATIDegreesOfFreedom.GetDegreesOfFreedom
Values:
DoF_Translation
indicates that the corresponding degree of freedom is a Translation
DoF_Rotation
indicates that the corresponding degree of freedom is a Rotation
DoF_Screw
indicates that the corresponding degree of freedom is a Screw (rotation + translation along axis of rotation)
DoF_NotComputed
indicates problem that the degree(s) of freedom have not been computed on this. Please check that the method GetNbDegreesOfFreedom has been called on smart pointer this, or that this call has not failed.
DoF_NotDefinedType
indicates problem on the corresponding degree of freedom (for example it does not exist)

This object is included in the file: CATDoFTypeEnum.h

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