C_DestroyPanelMesh

Call C_DestroyPanelMesh to tidy up memory allocated by a call to C_CreatePanelMesh.

void C_CreatePanelMesh(

TOrcFxAPIHandle PanelMeshHandle,

int *lpStatus

);

Parameters

PanelMeshHandle (IN)

The panel mesh handle returned by a successful call to C_CreatePanelMesh.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

See also

C_CreatePanelMesh, C_GetPanels.