Category Mechanica, Object ProFemmesh

Function ProFemmeshExport


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>
ProErrorProFemmeshExport(
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.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Creo Simulate: Finite Element Modeling (FEM): Exporting an FEA Mesh

Sample Code References:

  1. pt_examples ( TestFemmesh.c )