CATFmtModelInterfaces CATFmtExtIGroupUpdate
Usage: you can derive this class.
public class CATFmtExtIGroupUpdate
Adapter for CATIFmtGroupUpdate interface.
Role: This class provides a default implementation for any extension of
. That means one should derive from this class to implement a new group
- See also:
-
Constructor and Destructor Index
- o
CATFmtExtIGroupUpdate()
- Constructor.
- o
~CATFmtExtIGroupUpdate()
- Destructor.
Method Index
- o
ComputeContent(CATFmtListOfFEEntities*&)
- Compute the Group's contents.
Constructor and Destructor
o CATFmtExtIGroupUpdate
public CATFmtExtIGroupUpdate( | ) |
-
Constructor.
o ~CATFmtExtIGroupUpdate
public virtual ~CATFmtExtIGroupUpdate( | ) |
-
Destructor.
Methods
o ComputeContent
public virtual ComputeContent( | | oGroupContentList) |
-
Compute the Group's contents.
- Parameters:
-
- oGroupContentList
- The list of finite elements entities belonging to the 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: CATFmtExtIGroupUpdate.h
If needed, your Imakefile.mk should include the module: CATFmtModelInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.