Analysis Modeler |
Generating Images |
![]() |
This use case shows you how to generate image under different Analysis Sets. The macro opens an Analysis document which already contains a computed frequency case and images. Images are created under Restraints.1 and Frequency Case Solution.1.
| ||||
![]() |
CAAAniPostProImageCreation is launched in CATIA [1]. No open document is needed. CAAAniPostProImageCreation.catvbs is located in the CAAScdAniUseCases module. Execute macro (Windows only).
| ||||
![]() |
CAAAniPostProImageCreation 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
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, and 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 set is retrieved from the list of Analysis sets by its name. The name is same as that appears in the interactive application. Create Image under different Analysis Sets
Images can be created under different Analysis sets, for example Analysis Case solution, Loads, Masses, Restraints, Properties, Nodes and Elements, Computed Loads and Computed Masses. The Add method creates a new image. It requires four parameters name of the image, to hide the existing images or not (Boolean), to show the mesh or not (Boolean), duplicate (Boolean). Epilog
To run the macro interactively CATDocView environment variable must be defined. | ||||
[Top]
This use case has shown how to generate images under different Analysis sets.
[Top]
[1] | Replaying a Macro |
[Top] |
Copyright © 2001, Dassault Systèmes. All rights reserved.