Indexes   

AssemblyConvertor (Object)

Product conversion object.
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)

Method Index

Print
Extracts the product's contents as a specified format.
SetCurrentFormat
Defines the properties that will be used in the print method.
SetSecondaryFormat
Defines the secondary properties that will be used in the print method.

Methods


o 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).
iFile
Path of the resulting file
iProduct
Product that will be converted
o Sub SetCurrentFormat( ilistProps)
Defines the properties that will be used in the print method.
Parameters:
ilistProps
list of properties to display
o Sub SetSecondaryFormat( ilistProps)
Defines the secondary properties that will be used in the print method.
Parameters:
ilistProps
secondary list of properties to display

Copyright © 2006, Dassault Systèmes. All rights reserved.