Analysis Modeler |
Creating 2D Coating Mesh Parts |
![]() |
This use case shows you how to create coating 2D mesh part by extracting face elements of an existing 3D mesh part. A coating mesh can be extracted from a octree tetrahedron mesh part, tetrahedron filler mesh part, 3D transformed mesh part. This functionality is available in FEM Solid (FMD) product. The macro opens an Analysis document which already contains octree tetrahedron mesh part. The coating mesh is created over this mesh part. The mesh part is updated to generate coating mesh.
|
||||
![]() |
CAAAniMeshCoating2D is launched in CATIA [1]. No open document is needed. CAAAniMeshCoating2D.catvbs is located in the CAAScdAniUseCases module. Execute macro (Windows only).
|
||||
![]() |
CAAAniMeshCoating1D includes the following steps:
Prolog
Open the Analysis document. The Analysis document is fetched 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 octree tetrahedron mesh part. Creating the Mesh Part and Assigning Values to its Attributes.
The local specification specifies the faces which are to be included or excluded while computing the coating mesh. You can specify multiple faces to one local specification. If you want to include some faces, and exclude some other then you need to create at least two local specifications. All the faces which are to be included, can be added as support to one local specification with the attribute "LocalExtractionType" valuated to 1. Similarly faces which are to be exclude can be added as support to other local specification with the attribute "LocalExtractionType" valuated to 2.
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 2D coating 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.