home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p024 / 15.img / AME2.LIB / ACADAME.PGP next >
Encoding:
Text File  |  1992-06-12  |  2.7 KB  |  117 lines

  1. ; acad.pgp - External Command and Command Alias definitions
  2.  
  3. ; External Command format:
  4. ;   <Command name>,[<DOS request>],<Memory reserve>,[*]<Prompt>,<Return code>
  5.  
  6. ; Examples of External Commands for DOS
  7.  
  8. CATALOG,DIR /W,0,File specification: ,0
  9. DEL,DEL,       0,File to delete: ,4
  10. DIR,DIR,       0,File specification: ,0
  11. EDIT,EDLIN,    0,File to edit: ,4
  12. SH,,           0,*OS Command: ,4
  13. SHELL,,        0,*OS Command: ,4
  14. TYPE,TYPE,     0,File to list: ,0
  15.  
  16. ; Command alias format:
  17. ;   <Alias>,*<Full command name>
  18.  
  19. ; Sample aliases for AutoCAD Commands
  20. ; These examples reflect the most frequently used commands.
  21. ; Each alias uses a small amount of memory, so don't go
  22. ; overboard on systems with tight memory.
  23.  
  24. A,      *ARC
  25. C,      *CIRCLE
  26. CP,     *COPY
  27. DV,     *DVIEW
  28. E,      *ERASE
  29. L,      *LINE
  30. LA,     *LAYER
  31. M,      *MOVE
  32. MS,     *MSPACE
  33. P,      *PAN
  34. PS,     *PSPACE
  35. PL,     *PLINE
  36. R,      *REDRAW
  37. Z,      *ZOOM
  38.  
  39. 3DLINE, *LINE
  40.  
  41. ; easy access to _PKSER (serial number) system variable
  42. SERIAL, *_PKSER
  43.  
  44. ; These are the local aliases for AutoCAD AME commands.
  45. ; Comment out any you don't want or add your own.
  46. ; Note that aliases must be typed completely.
  47.  
  48. ; Primitives.
  49.  
  50. BOX,             *SOLBOX
  51. WED,             *SOLWEDGE
  52. WEDGE,           *SOLWEDGE
  53. CON,             *SOLCONE
  54. CONE,            *SOLCONE
  55. CYL,             *SOLCYL
  56. CYLINDER,        *SOLCYL
  57. SPH,             *SOLSPHERE
  58. SPHERE,          *SOLSPHERE
  59. TOR,             *SOLTORUS
  60. TORUS,           *SOLTORUS
  61.  
  62. ; Complex Solids.
  63.  
  64. FIL,             *SOLFILL
  65. SOLF,            *SOLFILL
  66. CHAM,            *SOLCHAM
  67. SOLC,            *SOLCHAM
  68. EXT,             *SOLEXT
  69. EXTRUDE,         *SOLEXT
  70. REV,             *SOLREV
  71. REVOLVE,         *SOLREV
  72. SOL,             *SOLIDIFY
  73.  
  74. ; Boolean operations.
  75.  
  76. UNI,             *SOLUNION
  77. UNION,           *SOLUNION
  78. SUB,             *SOLSUB
  79. SUBTRACT,        *SOLSUB
  80. DIF,             *SOLSUB
  81. DIFF,            *SOLSUB
  82. DIFFERENCE,      *SOLSUB
  83. SEP,             *SOLSEP
  84. SEPARATE,        *SOLSEP
  85.  
  86. ; Modification and Query commands.
  87.  
  88. SCHP,            *SOLCHP
  89. CHPRIM,          *SOLCHP
  90. MAT,             *SOLMAT
  91. MATERIAL,        *SOLMAT
  92. MOV,             *SOLMOVE
  93. SL,              *SOLLIST
  94. SLIST,           *SOLLIST
  95. MP,              *SOLMASSP
  96. MASSP,           *SOLMASSP
  97. SA,              *SOLAREA
  98. SAREA,           *SOLAREA
  99. SSV,             *SOLVAR
  100.  
  101. ; Documentation commands.
  102.  
  103. FEAT,            *SOLFEAT
  104. PROF,            *SOLPROF
  105. PROFILE,         *SOLPROF
  106. SECT,            *SOLSECT
  107. SU,              *SOLUCS
  108. SUCS,            *SOLUCS
  109.  
  110. ; Model representation commands.
  111.  
  112. SW,              *SOLWIRE
  113. WIRE,            *SOLWIRE
  114. SM,              *SOLMESH
  115. MESH,            *SOLMESH
  116.  
  117.