CATFmtModelInterfaces class CATFmtMeshElementIter

Usage: you must use this class as is. You should never derive it.


public class CATFmtMeshElementIter

Object representing an iterator on all finite elements belonging to a Mesh.

See also:
CATIFmtMesh, CATFmtElement


Constructor and Destructor Index


o CATFmtMeshElementIter(CATBaseUnknown*)
Construct an iterator with a given Mesh.
o ~CATFmtMeshElementIter()

Method Index


o NextElement()
Returns next finite element of the Mesh.

Constructor and Destructor


o CATFmtMeshElementIter
public CATFmtMeshElementIter(CATBaseUnknown* iMesh)
Construct an iterator with a given Mesh.
Parameters:
iMesh
Pointer to the Mesh.
o ~CATFmtMeshElementIter
public virtual ~CATFmtMeshElementIter()

Methods


o NextElement
public CATFmtElement * NextElement()
Returns next finite element of the Mesh. Returns NULL if last element have been reached.

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

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