CATFmtModelInterfaces Interface CATIFmtRepManager
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIFmtRepManager
Role: Interface allowing management of Sets under finite element Representation Manager.
Method Index
- o
GetSet(CATFmtSetType,IID&,CATBoolean)
- Access or creates a Set under the finite element Representation Manager
Methods
o GetSet
public virtual GetSet( | | iType, |
| const | iIID | = IID_CATBaseUnknown , |
| | iCreateIfNeeded | = FALSE ) |
-
Access or creates a Set under the finite element Representation Manager
- Parameters:
-
- iType
- The type of Set to access ( Nodes and Elements,
Properties, Groups or Connection Properties).
- iIID
- The required interface on the Set.
- iCreateIfNeeded
-
Legal values:
- TRUE
- The required Set is created if necessary.
- FALSE
- A NULL pointer will be returned if the required Set does not exist.
- Returns:
- CATBaseUnknown#Release A pointer to the required interface on the targetted Set.
This object is included in the file: CATIFmtRepManager.h
If needed, your Imakefile.mk should include the module: CATFmtModelInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.