CATFmtModelInterfaces CATFmtMeshNodeIter

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


public class CATFmtMeshNodeIter

Object representing an iterator on all finite element nodes belonging to the Mesh.

See also:
,


Constructor and Destructor Index


o CATFmtMeshNodeIter(CATBaseUnknown*)
Construct an iterator with the Mesh.
o ~CATFmtMeshNodeIter()

Method Index


o NextNode()
Returns next finite element node of the Mesh.

Constructor and Destructor


o CATFmtMeshNodeIter
public CATFmtMeshNodeIter( iMesh)
Construct an iterator with the Mesh.
Parameters:
iMeshPart
Pointer to the Mesh.
o ~CATFmtMeshNodeIter
public virtual ~CATFmtMeshNodeIter()

Methods


o NextNode
public NextNode()
Returns next finite element node of the Mesh. Returns NULL if last node have been reached.

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

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