![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /********************************************************************* 00002 ** Copyright (c) 2003 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: selectionModes.h,v $ $Revision: 1.6 $ $State: Exp $ 00007 *********************************************************************/ 00008 00011 00013 const int DtSymbolSelectionNormal = 0x00000001; 00014 const int DtSymbolSelectionEntity = 0x00000002; 00015 const int DtSymbolSelectionControlPoint = 0x00000004; 00016 const int DtSymbolSelectionRoute = 0x00000008; 00017 const int DtSymbolSelectionArea = 0x00000010; 00018 const int DtSymbolSelectionPhaseLine = 0x00000020; 00019 const int DtSymbolSelectionNull = 0x00000040; 00020 const int DtSymbolSelectionPoint = 0x00000080; 00021 const int DtSymbolSelectionUseFilter = 0x00000100; 00022 00023 const int DtAllSymbolSelectionModes = 00024 (DtSymbolSelectionNormal | DtSymbolSelectionEntity | DtSymbolSelectionControlPoint | 00025 DtSymbolSelectionRoute | DtSymbolSelectionArea | DtSymbolSelectionPhaseLine | DtSymbolSelectionNull | 00026 DtSymbolSelectionPoint | DtSymbolSelectionUseFilter); 00027 00028 const int DtValidateBySymbol = 0x40000000; 00029 const int DtValidateByModelData = 0x80000000; 00030