CATGSMUseItf Interface CATIGSMUseGrid

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIGSMUseGrid

Grid feature : allows to manipulate the generic data of grids Role: Allows to associate a grid to a working support
Grid object is a genertal objet, it manipulate standard parameter for the grid
- Visibility : grid visible or not

See also:
See also:


Method Index


o GetFurtivity()
Gets the grid furtivity.
o GetSelectability()
Gets the grid selectability.
o GetVisibility()
Gets the grid visibility.
o SetFurtivity(int)
Sets the grid furtivity.
o SetSelectability(int)
Sets the grid selectability.
o SetVisibility(int)
Sets the grid visibility.

Methods


o GetFurtivity
public virtual GetFurtivity()
Gets the grid furtivity.
Returned value : = 0 Grid not furtive
: = 1 Grid furtive
o GetSelectability
public virtual GetSelectability()
Gets the grid selectability.
Returned value : = 0 Grid not selectable
: = 1 Grid selectable
o GetVisibility
public virtual GetVisibility()
Gets the grid visibility.
Returned value : = 0 Grid not visible
: = 1 Grid visible
o SetFurtivity
public virtual SetFurtivity( const iFurtivity=1)
Sets the grid furtivity.
Parameters:
iFurtivity

iFurtivity : = 0 Grid not furtive
: = 1 Grid furtive
o SetSelectability
public virtual SetSelectability( const iSelectability=1)
Sets the grid selectability.
Parameters:
iSelectability

iSelectability : = 0 Grid not selectable
: = 1 Grid selectable
o SetVisibility
public virtual SetVisibility( const iVisible)
Sets the grid visibility.
Parameters:
iVisible

iVisible : = 0 Grid not visible
: = 1 Grid visible

This object is included in the file: CATIGSMUseGrid.h
If needed, your Imakefile.mk should include the module: CATGSMUseItf

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