home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / linkedit / linkedit.lha / link-edit / LinkEdit / Box / box.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-13  |  1.0 KB  |  51 lines

  1. #define GET 7
  2. #define SAVE 8
  3. #define DELETE 9
  4. #define SELECT 10
  5. #define INFO 11
  6. #define PLANAR 13
  7. #define CIRCULAR 14
  8. #define SPHERICAL 15
  9. #define GET_WAVE 16
  10. #define GET_SCENE 17
  11. #define GET_PRIMITIVE 18
  12. #define SAVE_WAVE 19
  13. #define SAVE_SCENE 20
  14. #define DELETE_WAVE 21
  15. #define DELETE_SCENE 22
  16. #define SELECT_NEXT 23
  17. #define SELECT_PREVIOUS 24
  18. #define MOVE_POINT 25
  19. #define ADD_POINT 26
  20. #define DELETE_POINT 27
  21. #define ACCELERATION 29
  22. #define VELOCITY 30
  23. #define WAVE_START 31
  24. #define WAVE_STOP 32
  25. #define X_POSITION 37
  26. #define Y_POSITION 38
  27. #define Z_POSITION 39
  28. #define X_DIRECTION 40
  29. #define Y_DIRECTION 41
  30. #define Z_DIRECTION 42
  31. #define X_UP 43
  32. #define Y_UP 44
  33. #define Z_UP 45
  34. #define INFO_CANCEL 46
  35. #define INFO_OK 47
  36. #define FILE_START 48
  37. #define FILE_STOP 49
  38. #define FRAMES 50
  39. #define CREATE_KEY_MODELS 51
  40. #define CREATE_SOFTIMAGE_SCENE 52
  41. #define CREATE_EXECUTABLE 53
  42. #define EXIT 54
  43. #define INPUT 55
  44. #define OUTPUT 56
  45. #define TRANSLATE_GRAPH 57
  46. #define SCALE_GRAPH 58
  47. #define SHIFT_VIEW 59
  48. #define ZOOM_VIEW 60
  49. #define SQUARE_WAVE 62
  50. #define SINE_WAVE 63
  51.