VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
tmqt
selectionModes.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2003 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: selectionModes.h,v $ $Revision: 1.6 $ $State: Exp $
7
*********************************************************************/
8
11
13
const
int
DtSymbolSelectionNormal
= 0x00000001;
14
const
int
DtSymbolSelectionEntity
= 0x00000002;
15
const
int
DtSymbolSelectionControlPoint
= 0x00000004;
16
const
int
DtSymbolSelectionRoute
= 0x00000008;
17
const
int
DtSymbolSelectionArea
= 0x00000010;
18
const
int
DtSymbolSelectionPhaseLine
= 0x00000020;
19
const
int
DtSymbolSelectionNull
= 0x00000040;
20
const
int
DtSymbolSelectionPoint
= 0x00000080;
21
const
int
DtSymbolSelectionUseFilter
= 0x00000100;
22
23
const
int
DtAllSymbolSelectionModes
=
24
(
DtSymbolSelectionNormal
|
DtSymbolSelectionEntity
|
DtSymbolSelectionControlPoint
|
25
DtSymbolSelectionRoute
|
DtSymbolSelectionArea
|
DtSymbolSelectionPhaseLine
|
DtSymbolSelectionNull
|
26
DtSymbolSelectionPoint
|
DtSymbolSelectionUseFilter
);
27
28
const
int
DtValidateBySymbol
= 0x40000000;
29
const
int
DtValidateByModelData
= 0x80000000;
30
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)