Object ProCavitylayout

Function ProCavitylayoutRedefine


Description
Recreates an existing Cavity Layout according to the data from its handle.
Synopsis
#include <ProCavitylayout.h>
ProErrorProCavitylayoutRedefine(
ProCavityLayout cvlayout
/* (In)
Pointer to the layout handle
*/
)
Returns
PRO_TK_NO_ERRORThe layout is successfully recreated.
PRO_TK_BAD_INPUTSThe handle has invalid data or not initiated
PRO_TK_E_NOT_FOUNDThe cavity layout corresponding to the handle does not exists.
PRO_TK_GENERAL_ERRORCannot create the cavity layout

Sample Code References:

  1. pt_examples ( TestCavityLayout.c )