Analysis Modeler |
Creating Assembled Solution |
![]() |
This use case shows you how to create an assembled solution. Here use of Edit/Search... capability through VB is also demonstrated. This macro opens an analysis assembly document and creates two assembled solutions. In the first assembled solution a V4 imported solution is added and in the second a static case is added. Both of these solutions are selected using the Edit/Search... capability. Assembled solution ( also called displacement assembly) is created in assembled analysis. This solution is concatenation of several solutions computed in the sub-analysis. This scenario is available only in Generative Assembly Structural Analysis (GAS) product.
|
|||||
![]() |
CAAAniPreProAsmbldSol is launched in CATIA [1].No open document is needed. CAAAniPreProAsmbldSol.catvbs is located in the CAAScdAniUseCases module. Execute macro (Windows only).
|
|||||
![]() |
CAAAniPreProAsmbldSol 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
Extracting the analysis documents and analysis models
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 Analysis Models. From analysis models we retrieve the Analysis Cases. Adding the assembled load set
Here we retrieve the solution case, in which we want to add the assembled load. First the list of cases is retrieved from analysis model. The index of the analysis case is same as that of the position in which it appears in specification tree. Once we get the desired solution case we retrieve the set and add assembled solution to it. To add analysis sets to assembled solutionSearching through the selection and applying the selected objects
The selection interface allows the user to search objects by providing a search string. This is equivalent of selecting objects interactively through edit search. Here it is important to understand that all the objects which match the search criterion will be selected, this may include objects which do not qualify to be set as support to assembled solutions. Hence we add only the element of type analysis set. First we search for the V4 imported mesh and set as support to the assembled solution and again we search for the static case solution which is set as support to the second assembled solution.Epilog
|
[Top]
This use case has shown how to create assembled solution and how to select object using the selection interface.
[Top]
[1] | Replaying a Macro |
[Top] |
Copyright © 2001, Dassault Systèmes. All rights reserved.