Open CASCADE Technology 6.6.0
Public Member Functions
IGESGraph_Pick Class Reference

defines IGESPick, Type <406> Form <21>
in package IGESGraph

Attaches information that an entity may be picked
by whatever pick device is used in the receiving
system

#include <IGESGraph_Pick.hxx>

Inheritance diagram for IGESGraph_Pick:
Inheritance graph
[legend]

Public Member Functions

 IGESGraph_Pick ()
void Init (const Standard_Integer nbProps, const Standard_Integer aPickStatus)
 This method is used to set the fields of the class Pick

Standard_Integer NbPropertyValues () const
 returns the number of property values in <me>.

Standard_Integer PickFlag () const
 returns 0 if <me> is pickable(default),
1 if <me> is not pickable.

Standard_Boolean IsPickable () const
 returns True if thePick is 0.


Constructor & Destructor Documentation

IGESGraph_Pick::IGESGraph_Pick ( )

Member Function Documentation

void IGESGraph_Pick::Init ( const Standard_Integer  nbProps,
const Standard_Integer  aPickStatus 
)
  • nbProps : Number of property values (NP = 1)
  • aPickStatus : Pick Flag
Standard_Boolean IGESGraph_Pick::IsPickable ( ) const
Standard_Integer IGESGraph_Pick::NbPropertyValues ( ) const
Standard_Integer IGESGraph_Pick::PickFlag ( ) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines