All Frameworks  Class Hierarchy  This Framework  Indexes

CATAnalysisInterfaces Enumeration CATSamValue

enum CATSamValue {
  CATSamValueCharacter,
  CATSamValueShort,
  CATSamValueInteger,
  CATSamValueReal,
  CATSamValueDouble,
  CATSamValueComplex,
  CATSamValueComplexDouble,
  CATSamValuePointer,
  CATSamValueNode,
  CATSamValueElement,
  CATSamValueMaterial,
  CATSamValueAxis,
  CATSamValueProperty,
  CATSamValueRestraint,
  CATSamValueLoad,
  CATSamValueMass,
  CATSamValueSet,
  CATSamValueGroup,
  CATSamValueIExpression,
  CATSamValueVirtualNode,
  CATSamValueVirtualElement,
  CATSamValueBoundaryCondition,
  CATSamValueLast
}
The types of values which can be manipulated by the field model.
Values:
CATSamValueCharacter
One character.
CATSamValueShort
A short integer.
CATSamValueInteger
An integer.
CATSamValueReal
A single precision real.
CATSamValueDouble
A double precision real.
CATSamValueComplex
A single precision complex.
CATSamValueComplexDouble
A double precision complex.
CATSamValuePointer
A pointer to an object.
Warning : values of this type can not be streamed.
CATSamValueNode
A reference to a node.
Note : all value types defined after this one (and none before) must be references to entities.
CATSamValueElement
A reference to an element.
CATSamValueMaterial
A reference to a material.
CATSamValueAxis
A reference to an axis.
CATSamValueProperty
A reference to a property.
CATSamValueRestraint
A reference to a restraint.
CATSamValueLoad
A reference to a load.
CATSamValueMass
A reference to a mass.
CATSamValueSet
A reference to a set.
CATSamValueGroup
A reference to a Group.
CATSamValueIExpression.
A reference to a IExpression.
CATSamValueVirtualNode
A reference to a virtual node (i.e without mesh definition).
CATSamValueVirtualElement
A reference to an virtual element (i.e without mesh definition).
CATSamValueBoundaryCondition
A reference to a boundary condition
CATSamValueLast
No type of value specified.
It also represents the number of valid enumerated values.

This object is included in the file: CATAnalysisExplicitDefinitions.h

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