VisualizationInterfaces Enumeration CATPickingStyle

enum CATPickingStyle {
  CATPicking,
  CATPickingInside,
  CATPickingNoOutside,
  CATDrillDecoding,
  CATPickingInsidePolygon,
  CATNormalPicking,
  CATPickingOutside,
  CATPickingNoInside,
  CATNeighbourhoodPicking,
  CATPickingSubEltsInside,
  CATPickingSubEltsInsideAndVisible,
  CATPickingVolume
}
Style to define the way to generate a pick path list.
Role:This style is used in the 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

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.