Installation manual
Chapter 7 Library Reference
7-
8
PA library Data Structure (for Windows Visual C++)
・CUBE information structure
typedef struct{
long ena; Cube information Valid/Invalid
long mod; Mode when in cube creation
float max[3]; Maximum value/Side length
float min[3]; Minimum value/Center
char cmt[32]; Comment
} CUBE, *CUBEP;
・Debug structure:
typedef struct {
long ldbg[16];
float fdbg[32];
} DEBG, *DEBGP;