Interface to define the Post Processing Manager.
Role: In the analysis document, an Post Processing is dedicated to
Visualization and reporting.
Methods
-
Sub AddExistingCaseForReport( 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.
dd>
-
Sub BuildReport( iFolder, iTitle, 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.
dd>
- iTitle
- Title of the report.
dd>
- iAddCreatedImages
- To add created images under analysis case in the report.
dd>
-
Sub ExtractHTMLReport( iFolder, 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.
dd>
- Parameters:
-
- iFolder
- Folder to store the HTML file.
dd>
- iTitle
- Title of the report.
dd>