Indexes
AnalysisPostManager
(Object)
Interface to define the Post Processing Manager.
Role
: In the analysis document, an Post Processing is dedicated to Visualization and reporting.
Method Index
AddExistingCaseForReport
Adds an existing analysis case to manager.
BuildReport
Extract the HTML Report.
ExtractHTMLReport
Methods
o 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.
o 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.
iTitle
Title of the report.
iAddCreatedImages
To add created images under analysis case in the report.
o 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.
Parameters:
iFolder
Folder to store the HTML file.
iTitle
Title of the report.