pycatia.analysis_interfaces.analysis_post_manager

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.analysis_interfaces.analysis_post_manager.AnalysisPostManager(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
AnalysisPostManager

Interface to define the Post Processing Manager.
Role: In the analysis document, an Post Processing is dedicated to
Visualization and reporting.
add_existing_case_for_report(i_case: AnalysisCase) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddExistingCaseForReport(AnalysisCase iCase)

Adds an existing analysis case to manager. To declare Case which will be
taken into account for the HTML report.

Parameters:

iCase
The Existing Analysis Case.
Parameters:

i_case (AnalysisCase) –

Return type:

None

build_report(i_folder: Folder, i_title: str, i_add_created_images: cat_variant) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub BuildReport(Folder iFolder,
CATBSTR iTitle,
CATVariant iAddCreatedImages)

Extract the HTML Report. The Report is defined related to Analysis cases,
using AddExistingCaseForReport and will be stored in a CATIA
Folder.

Parameters:

iFolder
Folder to store the HTML file.
iTitle
Title of the report.
iAddCreatedImages
To add created images under analysis case in the
report.
Parameters:
  • i_folder (Folder) –

  • i_title (str) –

  • i_add_created_images (cat_variant) –

Return type:

None

extract_html_report(i_folder: Folder, i_title: str) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub ExtractHTMLReport(Folder iFolder,
CATBSTR iTitle)

Deprecated:
V5R14 use BuildReport instead. Extract the HTML Report. The Report is
defined related to Analysis cases, using AddExistingCaseForReport and will be
stored in a CATIA Folder.
Parameters:

iFolder
Folder to store the HTML file.
iTitle
Title of the report.
Parameters:
  • i_folder (Folder) –

  • i_title (str) –

Return type:

None