All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

MecModInterfaces Interface CATIFVertex

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---ObjectModelerBase.CATILinkableObject
        |
        +---MecModInterfaces.CATIBRepAccess
          |
          +---MecModInterfaces.CATIFVertexAccess
            |
            +---CATIFVertex
 

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


interface CATIFVertex

Interface to manage a selecting object of FVertex type.
Role: This interface manages a selecting object ( CATIBRepAccess ) of FVertex type. A FVertex is a vertex on a 2D or 3D topological object ( CATBody ). It is the extremity of at least two egdes of one or several faces. These faces can be retrieved by the GetRSurs method.


Method Index


o GetRSurs()
Returns the selecting objects associated with the adjacent faces.
o GetVertices()
Returns the geometrical vertices corresponding to the FVertex.

Methods


o GetRSurs
public virtual CATLISTP(CATIBRepAccess) GetRSurs()const = 0
Returns the selecting objects associated with the adjacent faces.
o GetVertices
public virtual CATLISTP(CATVertex) GetVertices()const = 0
Returns the geometrical vertices corresponding to the FVertex.

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

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