API 文件集 > Miscellaneous > Object ProFemmesh > Function ProFemmeshExport
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>
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.
Sample Code References
User Guide References
這是否有幫助?