Description | |||||||||||
Get the information about a rectangular rule from the Cavity Layout Rule structure. | |||||||||||
Synopsis | |||||||||||
#include <ProCavlayrule.h> | |||||||||||
ProError | ProCavlayruleRectDataGet | ( | |||||||||
ProCvLayoutRule cvlrule | |||||||||||
/* (In) | |||||||||||
Cavity layout rule handle. It should be of rectangular or Variable built over rectangular type. A good programming style is to call first function ProCavlayruleRuleTypeGet() and make sure that one of the types it returns is Rectangular. | |||||||||||
*/ | |||||||||||
ProCvLayoutOrient* orient | |||||||||||
/* (Out) | |||||||||||
pointer to layout orientation type; | |||||||||||
*/ | |||||||||||
int* cavity_num_x | |||||||||||
/* (Out) | |||||||||||
pointer to number of columns in the layout; | |||||||||||
*/ | |||||||||||
int* cavity_num_y | |||||||||||
/* (Out) | |||||||||||
pointer to number of rows in the layout; | |||||||||||
*/ | |||||||||||
double* cavity_step_x | |||||||||||
/* (Out) | |||||||||||
pointer to displacement step in x direction; | |||||||||||
*/ | |||||||||||
double* cavity_step_y | |||||||||||
/* (Out) | |||||||||||
pointer to displacement step in y direction. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|