All Frameworks  Class Hierarchy  This Framework  Indexes   

GMModelInterfaces Interface CATCGMTessID

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


interface CATCGMTessID

Class defining a tessellation ID.
A CATCGMTessID identifies the tessellation of a CATCell within its CATBody context. It is unique to a specific tessellation of a CATCell. A cell having two distinct CATCGMTessID (in two different contexts) means that it is tessellated differently. If the CATCGMTessID-s are identical, then the tessellation of the CATCell is the same in the two contexts. This class supports the operator == and operator !=.


Method Index


o operator !=(CATCGMTessID&)
o operator ==(CATCGMTessID&)

Data Member Index


o _DataHandle
o _Orientation

Methods


o operator !=
public operator !=( const iRHS)
o operator ==
public operator ==( const iRHS)

Data Members


o _DataHandle
  protected const void* _DataHandle
o _Orientation
  protected int _Orientation

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

Copyright © 2003, Dassault Systèmes. All rights reserved.