Object
ProCavitylayout
Function ProCavitylayoutCreate
Description
Creates a new Cavity Layout (component pattern) according to the data from the handle.
Synopsis
#include <
ProCavitylayout.h
>
ProError
ProCavitylayoutCreate
(
ProCavityLayout
cvlayout
/* (In)
Pointer to the layout handle
*/
)
Returns
PRO_TK_NO_ERROR
The layout is successfully created.
PRO_TK_BAD_INPUTS
The handle has invalid data or not initiated
PRO_TK_E_FOUND
The cavity layout corresponding to the handle already exists.
PRO_TK_GENERAL_ERROR
Cannot create the cavity layout
Sample Code References:
pt_examples ( TestCavityLayout.c )
pt_examples ( TestCavityLayout.c )
pt_examples ( TestCavityLayout.c )