Object
ProCavitylayout
Function ProCavitylayoutRedefine
Description
Recreates an existing Cavity Layout according to the data from its handle.
Synopsis
#include <
ProCavitylayout.h
>
ProError
ProCavitylayoutRedefine
(
ProCavityLayout
cvlayout
/* (In)
Pointer to the layout handle
*/
)
Returns
PRO_TK_NO_ERROR
The layout is successfully recreated.
PRO_TK_BAD_INPUTS
The handle has invalid data or not initiated
PRO_TK_E_NOT_FOUND
The cavity layout corresponding to the handle does not exists.
PRO_TK_GENERAL_ERROR
Cannot create the cavity layout
Sample Code References:
pt_examples ( TestCavityLayout.c )