All Categories Class Hierarchy This Category Previous Next Indexes
Product Class CATVPMAssInterfaces
CATVPMAssInterfaces
public class CATVPMAssInterfaces
Basic service to handle assembly
Usage Note:
Add library LV011ASS as prereq for link
Method Index
- o
Expand(ObjID&,ObjID&,char*,char*,CATVPMSaveMode)
- Expand a tree into a file (only parts with model are printed)
- o
Expand(ObjID&,char*,char*,CATVPMSaveMode)
- Expand a tree into a file (only parts with model are printed)
Methods
o Expand
| public static Error Expand( | const ObjID& | iPartID, |
| const ObjID& | iCHPartID, |
| const char* | iCfgHandler, |
| const char* | oFileName, |
| const CATVPMSaveMode | SaveSessionMode | = Text) |
-
Expand a tree into a file (only parts with model are printed)
- Parameters:
-
- iPartID
- Part identification (structure ObjId)
- iCHPartID
- Part owner of the Config Handler identification (structure ObjId)
- iCfgHandler
- Config-handler identification(string):
identifier of the config-handler to use for expand
- iFileName
- Output file name
- mode
- used to save the result of the expand
- Returns:
- return-code for error management
o Expand
| public static Error Expand( | const ObjID& | iPartID, |
| const char* | iCfgHandler, |
| const char* | oFileName, |
| const CATVPMSaveMode | SaveSessionMode | = Text) |
-
Expand a tree into a file (only parts with model are printed)
- Parameters:
-
- iPartID
- Part identification (structure ObjId)
- iCfgHandler
- Config-handler identification(string):
identifier of the config-handler to use for expand
- iFileName
- Output file name
- mode
- used to save the result of the expand
- Returns:
- return-code for error management
This object is included in the file: CATVPMAssInterfaces.h
If needed, your Imakefile.mk should include the module: LV011ASS