Analysis Modeler |
Creating 1D Mesh |
![]() |
This use case shows how to create 1D mesh parts in an existing analysis document. This scenario requires "FEM Surface (FMS)" product. This macro opens an Analysis document. It creates 1D (or beam) mesh part and and sets global specifications associated with this mesh part.
|
||||
![]() |
CAAAniMesh1D is launched in CATIA [1]. No open document is needed. CAAAniMesh1DSource.catvbs is located in the CAAScdAniUseCases module. Execute macro (Windows only). |
||||
![]() |
CAAAniMesh1D includes the following steps:
Prolog
Open the Analysis document. The Analysis document is fetched in the documentation
installation path, this path has already been stored in the Extracting the List of Mesh Parts and Publications
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 Models and the Mesh Manager Objects. The extraction of pre-defined geometric elements is done with the help of Reference interface. This is equivalent to the selection of a B-Rep element inside the interactive applications. In this macro the reference is created from the published face. Creating the Mesh Part and Assigning Values to its Attributes.
Calling update on the mesh part computes the mesh. Epilog
To run the macro interactively CATDocView environment variables must be defined. After running the macro the mesh may not be immediately visible, the user has to go to the Advanced Meshing Tools workbench to see the mesh. |
[Top]
This use case has shown how to create a 1D mesh part and how to assign values to its global specifications.
[Top]
[1] | Replaying a Macro |
[Top] |
Copyright © 2001, Dassault Systèmes. All rights reserved.