C_GetPanels

Call C_GetPanels to obtain an array of panels imported from a panel mesh file.

void C_GetPanels(

TOrcFxAPIHandle PanelMeshHandle,

TPanel *lpPanels,

int *lpStatus

);

Parameters

PanelMeshHandle (IN)

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

lpPanels (OUT)

Points to an array of length N, where N is the number of panels returned by the call to C_CreatePanelMesh. The function populates this array with the imported panels.

lpStatus (OUT)

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

See also

C_CreatePanelMesh, C_DestroyPanelMesh.