Documentación de la API > Miscellaneous > Object ProCavlayrule > Function ProCavlayruleVarDataGet
Function ProCavlayruleVarDataGet
Description
Get the information about a variable rule from the Cavity Layout Rule structure. A good programming style is to call first ProCavlayruleRuleTypeGet() make sure that the type it returns is variable.
Synopsis
#include <ProCavlayrule.h>
ProCavlayruleVarDataGet
(
/* (In)
Cavity layout rule handle;
*/
int* cavity_num
/* (Out)
pointer to number of rows in Variable Layout Table;
*/
double** increment1_arr
/* (Out)
pointer to ProArray of increments for the first table dimension;
*/
double** increment2_arr
/* (Out)
pointer to ProArray of increments for the second table dimension;
*/
double** increment3_arr
/* (Out)
pointer to ProArray of increments for the third table dimension;
*/
)
Returns
The information is successfully retrieved;
The Rule is of uncompatible type.
Cannot inialize the pointers.
Sample Code References
¿Fue esto útil?