Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Enumerations
AIS_KindOfInteractive.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

enum  AIS_KindOfInteractive {
  AIS_KOI_None, AIS_KOI_Datum, AIS_KOI_Shape, AIS_KOI_Object,
  AIS_KOI_Relation, AIS_KOI_Dimension
}
 Declares the type of Interactive Object.
This is one of the following:
More...
 

Enumeration Type Documentation

Declares the type of Interactive Object.
This is one of the following:

  • the Datum
  • the Object
  • the Relation
  • the Dimension
  • the None type.
    The Datum is the construction element. These include
    points, lines, axes and planes. The object brings
    together topological shapes. The Relation includes
    dimensions and constraints. The Dimension includes
    length, radius, diameter and angle dimensions.
    When the object is of an unknown type, the None
    type is declared.
Enumerator
AIS_KOI_None 
AIS_KOI_Datum 
AIS_KOI_Shape 
AIS_KOI_Object 
AIS_KOI_Relation 
AIS_KOI_Dimension