Open CASCADE Technology  6.9.0
Enumerations
AIS_ConnectStatus.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

enum  AIS_ConnectStatus { AIS_CS_None, AIS_CS_Connection, AIS_CS_Transform, AIS_CS_Both }
 Gives the status of connection of an Interactive Object. This will be one of the following: More...
 

Enumeration Type Documentation

Gives the status of connection of an Interactive Object. This will be one of the following:

  • No connection
  • Connection
  • Transformation
  • Both connection and transformation This enumeration is used in AIS_ConnectedInteractive. Transform indicates that the Interactive Object reference geometry has changed location relative to the reference geometry.
Enumerator
AIS_CS_None 
AIS_CS_Connection 
AIS_CS_Transform 
AIS_CS_Both