// 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_ClearMode_HeaderFile #define _AIS_ClearMode_HeaderFile //! Declares the type of Interactive Object.
//! This is one of the following:
//! - the Datum
//! - the Object
//! - the Relation
//! - 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. When the object is of an
//! unknown type, the None type is declared.
enum AIS_ClearMode { AIS_CM_All, AIS_CM_Interactive, AIS_CM_Filters, AIS_CM_StandardModes, AIS_CM_TemporaryShapePrs }; #ifndef _Standard_PrimitiveTypes_HeaderFile #include #endif #endif