All Frameworks Class Hierarchy This Framework Indexes
VisualizationBase Enumeration CATPickingStyle
enum CATPickingStyle {
CATPicking,
CATPickingInside,
CATPickingNoOutside,
CATDrillDecoding,
CATPickingInsidePolygon,
CATNormalPicking,
CATPickingOutside,
CATPickingNoInside
}
Style to define the way to generate a pick path list.
Role:This style is used in the CATViewer.Pick method.
- Values:
-
- CATPicking
- It's the simple picking to make the pre-highlight.
- CATPickingInside
- An object is selected if it is completly inside the rectangle. The picking is associated to this
rectangle.
- CATPickingNoOutside
- An object is selected if it is not completly out the polygon. The picking is associated to this
rectangle.
- CATDrillDecoding
- Internal use. Do not use this value.
- CATPickingInsidePolygon
- An object is selected if it is completly inside the polygon. The picking is associated to this
polygon.
- CATNormalPicking
- Internal use. Do not use this value.
- CATPickingOutside
- An object is selected if it is completly outside the rectangle. The picking is associated to this
rectangle.
- CATPickingNoInside
- An object is selected if it is not completly in the polygon. The picking is associated to this
rectangle.
This object is included in the file: CATViewerUtility.h