Analysis Modeler |
Creating Basic Report |
![]() |
This use case shows you how to generate basic report using VB. The macro opens an Analysis document which already contains a computed Frequency case and images. Report is generated on Frequency case solution.
| ||||
![]() |
CAAAniPostProBasicReport is launched in CATIA [1]. No open document is needed. CAAAniPostProBasicReport is located in the CAAScdAniUseCases module. Execute macro (Windows only).
| ||||
![]() |
CAAAniPostProBasicReport includes the following steps:
Prolog
Open the Analysis document. The Analysis document is retrieved in the documentation
installation path, this path has already been stored in the Retrieve Analysis Cases and Analysis Sets from Analysis Document
The sOut variable stores the path of the folder in which the report is generated. The Analysis post manager interface manages report creation. According to the general Analysis Document structure, this macro uses some standard procedures to navigate or retrieve the required objects. First, from the Document, we find the Analysis Manager Object, the Analysis Model. The Analysis case is retrieved from list of cases by its index. The model contains only one analysis case hence we pass 1 to the method Item. Otherwise we pass the appropriate index of the desired case, if there are more Analysis cases. The analysis case is retrieved from the list of image by its name. The name is same as that appears in the tree in the interactive environment. Generate the Report
Epilog
To run the macro interactively CATDocView environment variable must be defined. |
[Top]
This use case has shown how to generate the report with different options.
[Top]
[1] | Replaying a Macro |
[Top] |
Copyright © 2001, Dassault Systèmes. All rights reserved.