Object ProCavlayrule

Function ProCavlayruleCircSet


Description
Reset the information in a cavity layout rule structure to the PRO_CVLAYOUT_CIRCULAR type.
Synopsis
#include <ProCavlayrule.h>
ProErrorProCavlayruleCircSet(
ProCvLayoutRule cvlrule
/* (In)
Cavity layout rule handle;
*/
ProCvLayoutOrient orient
/* (In)
Layout orientation type;
*/
int cavity_num
/* (In)
number of components in the layout;
*/
double cavity_step
/* (In)
angular displacement;
*/
double start_angle
/* (In)
angle for the first component;
*/
double radius
/* (In)
raduis of the layout;
*/
)
Returns
PRO_TK_NO_ERRORThe handle is successfully reset.
PRO_TK_GENERAL_ERRORCannot inialize the handle

Sample Code References:

  1. pt_examples ( TestCavityLayout.c )