C_CreatePanelMesh2

Call C_CreatePanelMesh to import a panel mesh file.

void C_CreatePanelMesh2(

LPCTSTR lpFileName,

const TPanelMeshImportOptions *lpOptions,

TOrcFxAPIHandle *lpPanelMeshHandle,

int *lpPanelCount,

int *lpSymmetry,

int *lpStatus

);

Parameters

lpFileName (IN)

Points to a null-terminated string containing the name of the panel mesh file to load.

Options (IN)

Points to a structure holding the options for import. See TPanelMeshImportOptions for details.

lpPanelMeshHandle (OUT)

Points to a variable in which the panel mesh handle will be returned.

lpPanelCount (OUT)

Points to a variable in which the number of panels will be returned.

lpSymmetry (OUT)

Points to a variable in which the symmetry of the imported mesh will be returned. The symmetry is one of the following values:

Note: Symmetry is not defined for mfWamitFdf, mfNemohDat, mfSesamFem, mfGmshMsh and
  • mfWavefrontObj
  • format meshes and a value of msNone is returned in these cases.

    lpStatus (OUT)

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

    See also

    TPanelMeshImportOptions, C_DestroyPanelMesh, C_GetPanels.