Analysis Modeler |
Creating Surface Mesh Parts |
![]() |
This use case shows you how to create Octree triangle mesh part on an existing analysis document. This scenario requires "FEM Surface (FMS) product". The macro open an Analysis document. Mesh part surface mesh is created and global specifications associated with this mesh part are set. The local specification: MSHLocalMeshSize is created, specifying the edge of the hole as support. Finally mesh part is updated to generate mesh.
|
||||
![]() |
CAAAniMeshBasicSurf is launched in CATIA [1]. No open document is needed. CAAAniMeshBasicSurf.catvbs is located in the CAAScdAniUseCases module. Execute macro (Windows only). |
||||
![]() |
CAAAniMeshBasicSurf includes the following steps:
Prolog
Open the Analysis document. The Analysis document is retrieved in the
documentation installation path, this path is already 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 by using the Reference interface. This is equivalent to the selection of a B-Rep elements inside the interactive application. In this macro the reference is created from the published face. Creating the Mesh Part and Assigning Values to its Attributes.
Here parameters are set with their respective units, this helps in setting up of the parameters independent of the unit settings. Calling update on the mesh part computes the mesh.Epilog
To run the macro interactively CATDocView environment variables must be defined. |
[Top]
This use case has shown how to create basic surface mesh parts and how to assign values to its global specifications.
[Top]
[1] | Replaying a Macro |
[Top] |
Copyright © 2001, Dassault Systèmes. All rights reserved.