|
|
C_SavePanelMesh |
Call C_SavePanelMesh to save a panel mesh file.
void C_SavePanelMesh(
);
The number of panels to be exported, $N$.
Points to an array of length $N$ which contains the panels to be saved.
The panel mesh file format. The only supported format is mfWamitGdf.
Points to a structure containing additional information to be written to the file alongside the panels. The type of the structure to be passed depends on the file format being used. Because WAMIT GDF is the only supported format, this parameter must be a pointer to a TWamitGdfHeader structure.
Points to a null-terminated string containing the name of the file to be saved.
Points to a variable in which the status result for the function call will be returned.
The Unicode function name is C_SavePanelMeshMemW and the ANSI function name is C_SavePanelMeshMemA.