VisualizationFoundation CATPickOptions
Usage: you must use this class as is. You should never derive it.
public class CATPickOptions
Class representing the pick options within a visualized viewer.
Role : it describes the pick options associated to a viewer.
Constructor and Destructor Index
- o
CATPickOptions()
- Default constructor.
- o
~CATPickOptions()
-
Method Index
- o
GetSimplePickWindowSize(int&)
- Gets the window size for simple pick in pixels.
- o
GetSubSubElementsModeForSimplePick(int&)
- Gets the sub sub elements mode for simple pick
- o
SetSimplePickWindowSize(int)
- Sets the window size for simple pick in pixels.
- o
SetSubSubElementsModeForSimplePick(int)
- Sets the sub sub elements mode for simple pick
Role : sets if simple pick uses sub elements level or a sub sub element level
for specific sub sub element
Constructor and Destructor
o CATPickOptions
-
Default constructor.
o ~CATPickOptions
public virtual ~CATPickOptions( | ) |
-
Methods
o GetSimplePickWindowSize
public GetSimplePickWindowSize( | | oPixelSize) |
-
Gets the window size for simple pick in pixels.
Role : gets the picking window width and height for simple pick.
- Parameters:
-
- oPixelSize
- The pixel size.
o GetSubSubElementsModeForSimplePick
public GetSubSubElementsModeForSimplePick( | | oSubSubElementsMode) |
-
Gets the sub sub elements mode for simple pick
- Parameters:
-
- oSubSubElementsMode
- The sub sub elements mode.
o SetSimplePickWindowSize
public SetSimplePickWindowSize( | | iPixelSize) |
-
Sets the window size for simple pick in pixels.
Role : sets the picking window width and height for simple pick.
- Parameters:
-
- iPixelSize
- The pixel size.
o SetSubSubElementsModeForSimplePick
public SetSubSubElementsModeForSimplePick( | const | iSubSubElementsMode) |
-
Sets the sub sub elements mode for simple pick
Role : sets if simple pick uses sub elements level or a sub sub element level
for specific sub sub element
- Parameters:
-
- iSubSubElementsMode
- The sub sub elements mode.
This object is included in the file: CATPickOptions.h
If needed, your Imakefile.mk should include the module: CATVisFoundation
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.