home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk22 / dir08 / f012500.re_ / f012500.re
Text File  |  1996-04-02  |  4KB  |  103 lines

  1. /*----------------------------------------------------------------------+
  2. |                                    |
  3. | Copyright (C) 1985-93   Bentley Systems, Inc., All rights reserved.    |
  4. |                                    |
  5. | "MicroStation", "MDL", and "MicroCSL" are trademarks of Bentley    |
  6. |  Systems, Inc.                            |
  7. |                                    |
  8. | Limited permission is hereby granted to reproduce and modify this    |
  9. | copyrighted material provided that the resulting code is used only in    |
  10. | conjunction with Bentley Systems products under the terms of the    |
  11. | license agreement provided therein, and that this notice is retained    |
  12. | in its entirety in any such reproduction or modification.        |
  13. |                                    |
  14. +----------------------------------------------------------------------*/
  15. /*----------------------------------------------------------------------+
  16. |                                    |
  17. |   $Workfile:   3dtools.ids  $
  18. |   $Revision:   6.7  $
  19. |          $Date:   12 Jun 1995 15:16:10  $
  20. |                                    |
  21. +----------------------------------------------------------------------*/
  22. /*----------------------------------------------------------------------+
  23. |                                    |
  24. |   Icon Command  IDs                            |
  25. |                                    |
  26. +----------------------------------------------------------------------*/
  27. #define ICONCMDID_CreateCurve        1    
  28. #define ICONCMDID_CreateParabola    2      
  29. #define ICONCMDID_CreateConic        3      
  30. #define ICONCMDID_CreateSpiral        4      
  31. #define ICONCMDID_CreateHelix        5      
  32. #define ICONCMDID_ExtractCurve        6 
  33.      
  34. #define ICONCMDID_CompositeCurve    8     
  35. #define ICONCMDID_BlendCurve        9      
  36. #define ICONCMDID_ChangeCurve        10     
  37. #define ICONCMDID_ChangePolygon        11     
  38. #define ICONCMDID_ChangeDirection    12     
  39. #define ICONCMDID_ConvertBspline    13 
  40.     
  41. #define    ICONCMDID_Intersection         15
  42. #define    ICONCMDID_Union         16
  43. #define    ICONCMDID_Difference         17
  44.  
  45. #define    ICONCMDID_Trim             18
  46. #define    ICONCMDID_FilletSurface        19
  47. #define    ICONCMDID_BlendSurface         20
  48. #define    ICONCMDID_PunchSurface        21
  49. #define    ICONCMDID_ChangeSurface     22
  50. #define    ICONCMDID_ChangeCap         23
  51. #define    ICONCMDID_ChangeBound         24
  52. #define    ICONCMDID_DeleteBound         25
  53.  
  54. #define    ICONCMDID_CreateSurface     26
  55. #define    ICONCMDID_CrossSection         27
  56. #define    ICONCMDID_EdgeSurface         28
  57. #define    ICONCMDID_TubeSurface         29
  58. #define    ICONCMDID_SkinSurface         30
  59.  
  60. #define ICONCMDID_CreateBlock         31
  61. #define    ICONCMDID_CreateSphere         32
  62. #define    ICONCMDID_CreateCylinder     33
  63. #define    ICONCMDID_CreateCone         34
  64. #define    ICONCMDID_CreateTorus         35
  65. #define    ICONCMDID_CreateWedge         36
  66. #define ICONCMDID_SurfaceProject     37
  67. #define    ICONCMDID_SurfaceRevolve     38
  68.  
  69. #define    ICONCMDID_SplitSurface         39
  70. #define    ICONCMDID_StitchSurface         40
  71. #define    ICONCMDID_MatchSurface         41
  72. #define    ICONCMDID_ExtrudeSurface      42
  73. #define    ICONCMDID_ChamferSurface     43
  74. #define    ICONCMDID_ChangeNormal         50
  75. #define    ICONCMDID_BlendRails         51
  76. #define ICONCMDID_ReduceCurve        52
  77.  
  78. #define ICONCMDID_ModifyBsplineCurve    53
  79. #define ICONCMDID_ModifyBsplineSurface    54
  80. #define ICONCMDID_AnalyzeCurvature      55
  81.  
  82. #define ICONCMDID_DropBspline          56
  83. #define ICONCMDID_DropSurface          57
  84.  
  85. #define ICONCMDID_ExtractBoundary      58
  86. #define ICONCMDID_LineXSurf        59
  87. #define ICONCMDID_CreateBiArc        60
  88.  
  89. /*----------------------------------------------------------------------+
  90. |                                    |
  91. |   Defines for the 3dTools Auxilary Palette                |
  92. |                                    |
  93. +----------------------------------------------------------------------*/
  94. #define ICONCMDPALETTEID_3dAuxiliary    (-61)
  95.  
  96. #define    ICONCMDID_FilletCurve         14
  97. #define    ICONCMDID_OffsetCurve         45
  98. #define    ICONCMDID_OffsetSurface        46
  99. #define    ICONCMDID_ExtendCurve        47
  100. #define    ICONCMDID_ExtendSurface        48
  101. #define    ICONCMDID_MatchCurve         49
  102.  
  103.