The AssemblyConvertor is the object that allows saving an assembly to a specified format. Two objects exist from now on : BillOfMaterial, which creates a bill of material (every sub-assembly is represented, with all the one level depth components), and ListingReport, which creates a listing report (shows the product structure as it appears in the graph)
Methods
- Sub Print( iFileType, iFile, iProduct)
-
Extracts the product's contents as a specified format.
Saves it in a txt, html or xls file (depends of the object).
- Parameters:
-
- iFileType
- Type of the resulting file : TXT (for text file), HTML (for html file), XLS (for xls file) or MOTIF (do not use). dd>
- iFile
- Path of the resulting file dd>
- iProduct
- Product that will be converted dd>
- Sub SetCurrentFormat( ilistProps)
-
Defines the properties that will be used in the print method.
- Parameters:
-
- ilistProps
- list of properties to display dd>
- Sub SetSecondaryFormat( ilistProps)
-
Defines the secondary properties that will be used in the print method.
- Parameters:
-
- ilistProps
- secondary list of properties to display dd>