API 설명서 > Miscellaneous > Object ProCavlayrule > Function ProCavlayruleVarSet
Function ProCavlayruleVarSet
Description
Reset the information in a cavity layout rule structure to the PRO_CVLAYOUT_VARIABLE type. The function will use the previously set simple type (sinle, rectangular or circular) as a base for variable type.
Synopsis
#include <ProCavlayrule.h>
ProCavlayruleVarSet
(
/* (In)
Cavity layout rule handle;
*/
int cavity_num
/* (In)
Number of rows in Variable Layout Table;
*/
double* increment1_arr
/* (In)
ProArray of increments for the first table dimension;
*/
double* increment2_arr
/* (In)
ProArray of increments for the second table dimension;
*/
double* increment3_arr
/* (In)
ProArray of increments for the third table dimension;
*/
)
Returns
The handle is successfully reset.
Cannot inialize the handle
Sample Code References
도움이 되셨나요?