| Description |
| Generates the Finite Element Mesh based on the given parameters, and exports it to the specified file. Prior to calling this function, the model (pro_solid) should be displayed in the graphics window. |
| Synopsis |
| #include <ProFemMesh.h> |
| ProError | ProFemmeshExport | ( |
| ProSolid pro_solid | |
| /*
(In) |
| The handle of a Creo Parametric model (part or assembly). |
| */ |
| ProFemmeshData* p_mesh_data | |
| /*
(In) |
| The pointer to the data structure containing the mesh generation parameters. |
| */ |
| ProPath file_name | |
| /*
(In) |
| The file name to export mesh to. |
| */ |
| ) |
| Returns |
|
| | Creo Parametric TOOLKIT error code. |
|