A demo using parasolid to test its SSI, evaluation and other functions.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
649 B

2 years ago
#ifndef FRUSTRUM_H_INCLUDED
#define FRUSTRUM_H_INCLUDED 1
extern void FSTART(int*);
extern void FSTOP(int*);
extern void FMALLO(int*, char**, int*);
extern void FMFREE(int*, char**, int*);
extern void FFOPRD(const int*, const int*, const char*, const int*,
const int*, int*, int*);
extern void FFOPWR(const int*, const int*, const char*, const int*,
const char*, const int*, int*, int*);
extern void FFCLOS(const int*, const int*, const int*, int*);
extern void FFREAD(const int*, const int*, const int*, char*, int*,
int*);
extern void FFWRIT(const int*, const int*, const int*, const char*,
int*);
#endif // !FRUSTRUM_H_INCLUDED