All Frameworks Class Hierarchy This Framework Indexes
ElecFunctionalItf Interface CATIEfdFactory
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEfdFactory
Interface used on the root container to create electrical system.
Role: This interface allows electrical system creation.
Method Index
- o
CreateEfdSystem(wchar_t*,CATIEfdSystem**)
- Creates system object.
- o
ListEfdSystem(CATIEfdSystem**)
- Retrieves system objects.
Methods
o CreateEfdSystem
| public virtual CreateEfdSystem( | const | iObjectId, |
| | ioSystem) |
-
Creates system object.
- Parameters:
-
- iObjectId
- system user identifier
- ioSystem
- the electrical system object created
Legal values: NULL
o ListEfdSystem
| public virtual ListEfdSystem( | | oSystem) |
-
Retrieves system objects.
- Parameters:
-
- oSystem
- the electrical system object
This object is included in the file: CATIEfdFactory.h
If needed, your Imakefile.mk should include the module: CATEFDInterfaces