CATFmtModelInterfaces Interface CATIFmtGroup

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


interface CATIFmtGroup

Interface representing group of finite elements entities (nodes, edges, faces or elements).
Role: Groups should be used for selection purpose only.
Groups are created by the group factory (see method).
A Groups have no persistence and are not updated due to nodes or elements deletion.


Method Index


o GetContent()
Retreives the list of finite elements entities belonging to the Group.
o GetGroupType(CATFmtGroupType&)
Returns the type of the FE Group.

Methods


o GetContent
public virtual GetContent()
Retreives the list of finite elements entities belonging to the Group.
See also:
Returns:
The content of the Group.
o GetGroupType
public virtual GetGroupType( oGroupType)
Returns the type of the FE Group.
Parameters:
oGroupType
The type of the FE Group.
Returns:
S_OK if the group type has already been valuated. S_FALSE if the group type has not been valuated yet.

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

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