CATFmtModelInterfaces Interface CATIFmtGroupManager
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIFmtGroupManager
Role: This interface should be used to manage (create/retreive) finite element groups.
This interface is implemented for all Mesh Parts and for the Groups Set.
Method Index
- o
CreateGroup(CATUnicodeString&,CATFmtGroupType)
- Creates a Group.
- o
GetAllGroups()
- List all Group.
Methods
o CreateGroup
public virtual CreateGroup( | const | iType, |
| | iGroupType) |
-
Creates a Group.
Role: This method creates a new Group under a Mesh Part or the Groups Set.
- Parameters:
-
- iType
- Type of the Group to create.
- iGroupType
- Type of finite elements in the Group content.
- Returns:
- CATBaseUnknown#Release A pointer on the created Group.
o GetAllGroups
public virtual GetAllGroups( | ) |
-
List all Group.
Role: This method return all Groups under a Mesh Partt or the Groups Set.
- Returns:
- CATBaseUnknown#Release A pointer on the list of Groups.
This object is included in the file: CATIFmtGroupManager.h
If needed, your Imakefile.mk should include the module: CATFmtModelInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.