| 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> |
| ProError | ProCavlayruleVarSet | ( |
| ProCvLayoutRule cvlrule | |
| /*
(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 |
|
|