// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _AIS_TypeOfIso_HeaderFile #define _AIS_TypeOfIso_HeaderFile //! 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.
enum AIS_TypeOfIso { AIS_TOI_IsoU, AIS_TOI_IsoV, AIS_TOI_Both }; #ifndef _Standard_PrimitiveTypes_HeaderFile #include #endif #endif