pycatia.arrangement_interfaces.arr_bom_report

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.arrangement_interfaces.arr_bom_report.ArrBomReport(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
ArrBOMReport

The interface to access a CATIAArrBOMReport
generate_bom_report(i_document_to_extract_data: Document, i_output_file_name: str) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GenerateBOMReport(Document iDocumentToExtractData,
CATBSTR iOutputFileName)

This method generate a BOM report on the current piping document to an
output html file.
Parameters:
  • i_document_to_extract_data (Document) –

  • i_output_file_name (str) –

Return type:

None