home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 168.img / ACAD3.ZIP / README.DOC < prev    next >
Text File  |  1988-10-26  |  27KB  |  581 lines

  1.                               AutoCAD Release 10
  2.                      README.DOC for IBM PC/XT/AT and PS/2
  3.  
  4.                                October 26, 1988
  5.  
  6. This file highlights some important changes in AutoCAD Release 10 and includes
  7. last-minute information that missed the deadline for the printed manuals.
  8.  
  9.  
  10.  
  11.  
  12.                               TABLE OF CONTENTS
  13.  
  14.                                                               Page
  15.  
  16.         Compatibility with Application Programs - FLATLAND      2
  17.  
  18.         Extended AutoLISP Restrictions                          3
  19.  
  20.         AutoShade / AutoFlix Updates                            3
  21.  
  22.         AutoCAD AEC Architectural Updates                       4
  23.  
  24.         Performance                                             5
  25.  
  26.         Multiple Viewports and ADI Display Drivers              5
  27.  
  28.         Perspective Views                                       6
  29.  
  30.         Miscellaneous Changes and Corrections                   7
  31.  
  32.         The DOS "SHARE" Utility                                 9
  33.  
  34.         DOS 4.0 Notes                                           9
  35.  
  36.         Known Problems                                         10
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. TDIBMRD4.3                                                       Page 1 of 10
  59. COMPATIBILITY WITH APPLICATION PROGRAMS - FLATLAND
  60.  
  61. *  Some functions, including entity selection and object snap, have changed
  62.    subtly in Release 10 to accommodate 3D, viewports, and perspective views.
  63.    These changes have little effect when you're using AutoCAD interactively.
  64.    However, programs that generate AutoCAD command sequences may get
  65.    unexpected results.  Therefore, the FLATLAND system variable is provided to
  66.    let you maintain compatibility with programs that have not yet been updated
  67.    to recognize and take advantage of Release 10's new capabilities.
  68.  
  69.    When FLATLAND is zero, Release 10's 3D features are fully enabled.  When
  70.    FLATLAND is nonzero, compatibility with previous versions is maintained.
  71.    The initial FLATLAND setting for a drawing is shown in the following table.
  72.  
  73.                 Condition                    |     Initial setting
  74.      --------------------------------------- | ------------------------
  75.      Editing an old drawing (produced by     | FLATLAND = 1
  76.      AutoCAD Release 9 or earlier)           |
  77.                                              |
  78.      Editing a drawing created or previously | As saved with the drawing
  79.      edited with AutoCAD Release 10          |
  80.                                              |
  81.      Creating a new drawing (with "name=")   | FLATLAND = 0
  82.                                              |
  83.      Creating a new drawing (without "=",    | Set by prototype drawing -- in
  84.      or with "name=prototype")               | the standard ACAD.DWG prototype,
  85.                                              | FLATLAND is zero.
  86.  
  87.    If you're using AutoCAD AEC Architectural or a third-party application that
  88.    has not yet been updated to take advantage of Release 10's new features,
  89.    you may experience problems with entity selection or object snap if you set
  90.    FLATLAND to zero.  In such cases, we recommend that you keep FLATLAND set
  91.    to 1 (set this in the prototype drawing, if necessary) and use only the
  92.    World Coordinate System when editing with AutoCAD Release 10.
  93.  
  94.    NOTE:  The FLATLAND system variable is a temporary conversion aid, and will
  95.           be removed in the next major update of AutoCAD.  If you've written
  96.           your own application and it fails to work properly with FLATLAND set
  97.           to zero, run with FLATLAND set to 1 if necessary, but UPDATE YOUR
  98.           APPLICATION AS SOON AS IS PRACTICAL, because future versions of
  99.           AutoCAD will always operate as though FLATLAND was zero.
  100.  
  101.    See the Release 10 Reference Manual (Appendix D) for further details.
  102.  
  103. *  In previous versions, DXF files and the AutoLISP (entget) function supplied
  104.    a 38 group containing an entity's elevation.  Release 10 continues to
  105.    supply this field if FLATLAND is set to 1 and the entity lies in the World
  106.    Coordinate System's XY plane.  Otherwise, the 38 group is omitted and the
  107.    elevation is supplied as the Z coordinate of the object's 3D points.
  108.  
  109.    This poses a small problem for Polylines, since the 38 group was supplied
  110.    with the POLYLINE (header) entity, but that entity has no associated point.
  111.    Therefore, if FLATLAND is zero or the Polyline doesn't lie in the XY plane
  112.    of the WCS, a "dummy" 3D point (10 group) is supplied with the POLYLINE
  113.    header entity, with its Z coordinate being the only item of interest.
  114.  
  115.  
  116. TDIBMRD4.3                                                       Page 2 of 10
  117. EXTENDED AUTOLISP RESTRICTIONS
  118.  
  119. *  In addition to the regular version of AutoLISP, a new Extended AutoLISP
  120.    (EXTLISP) program is supplied with Release 10.  Extended AutoLISP utilizes
  121.    IBM AT-style Extended memory (available on 80286 and 80386 machines only)
  122.    to allow larger AutoLISP programs while freeing up some regular memory.
  123.    The initial version of Extended AutoLISP cannot run in certain
  124.    environments, including:
  125.  
  126.    *  environments that run the 80286 or 80386 in "virtual-8086" mode.  This
  127.       includes COMPAQ's CEMM and Quarterdeck's QEMM.
  128.  
  129.    *  the Intel Inboard.
  130.  
  131.    *  certain NEC computers made for the Japanese market.
  132.  
  133.    In these environments, regular AutoLISP must be used instead of Extended
  134.    AutoLISP.
  135.  
  136.    An updated version of Extended AutoLISP that runs with most Intel Inboards
  137.    and with Quarterdeck's QEMM soon will be made available to all registered
  138.    AutoCAD Release 10 users who request it from their dealer.  Dealers will
  139.    be notified when the new version is available.  (In order for Extended
  140.    AutoLISP to work with COMPAQ's CEMM, COMPAQ will need to make certain
  141.    program changes.  Some early Intel Inboards have hardware bugs that will
  142.    prevent Extended AutoLISP from ever working with them.)
  143.  
  144.  
  145. AUTOSHADE / AUTOFLIX UPDATES
  146.  
  147. *  If you use AutoShade 1.0 in conjunction with AutoCAD, we recommend that you
  148.    upgrade to AutoShade version 1.1 (to be released shortly).  Very large 3D
  149.    meshes created in AutoCAD Release 10 may cause AutoShade 1.0 to abort with
  150.    the message "Heapmgmt - heap error.  Cheap stack dump".
  151.  
  152.    The problem can occur with drawings created by AutoCAD Release 9, but is
  153.    much more likely to occur with Release 10 due to the ease with which large
  154.    meshes can be constructed in Release 10.
  155.  
  156.    AutoShade 1.0 can read meshes up to about 73 x 73.  To be precise, M x N
  157.    must be less than 5420, where M and N are the sizes of the polygon mesh
  158.    (usually SURFTAB1 and SURFTAB2).  Smaller meshes are handled without
  159.    difficulty.  To use large meshes with AutoShade 1.0, EXPLODE them (forming
  160.    individual 3D Faces) before performing the FILMROLL command.  This
  161.    limitation is removed in AutoShade 1.1.  Registered AutoShade 1.0 users
  162.    will be sent a letter explaining how to update to version 1.1 for free.
  163.  
  164. *  An updated version of the ASHADE.LSP file for use with AutoShade is
  165.    provided with AutoCAD Release 10.  See Appendix A of the AutoLISP
  166.    Programmer's Reference for more information.  (The AutoLISP manual states
  167.    that you must turn perspective viewing off after using ASHADE.LSP's new
  168.    CAMVIEW command, but this is no longer necessary.)
  169.  
  170. *  Updated versions of the AutoFlix files AFLIX.LSP, AFWALK.LSP, and
  171.    AFKINET.LSP are provided with AutoCAD Release 10.  See Appendix A of the
  172.    AutoLISP Programmer's Reference for more information.
  173.  
  174. TDIBMRD4.3                                                       Page 3 of 10
  175. AUTOCAD AEC ARCHITECTURAL UPDATES
  176.  
  177. *  If you're an AutoCAD AEC Architectural 1.5/2.5 customer, we recommend that
  178.    you upgrade to the latest version of AEC Architectural (2.01/9.0 as of
  179.    this writing).
  180.  
  181. *  If you have AEC Architectural 2.0/9.0 but have not sent in your
  182.    registration card, we recommend that you do so.  An update (to 2.01/9.0)
  183.    has been sent to all registered 2.0/9.0 users.
  184.  
  185. *  AEC Architectural 2.01/9.0 is the proper version to use with AutoCAD
  186.    Release 10, but has a problem with Attribute prompts when running with
  187.    Release 10; if you insert Blocks with Attributes, you'll get unreadable
  188.    Attribute prompts.  The problem is due to incorrect usage of the string
  189.    "\r" in some of the AEC Architectural .LSP files.  A patch program to fix
  190.    this (AECPATCH) is provided with AutoCAD Release 10.  The patch, which
  191.    works only with AEC Architectural version 2.01/9.0, changes the version to
  192.    2.02/9.0.  This problem will be corrected in a future release of AEC
  193.    Architectural, and the patch program will no longer be needed.
  194.  
  195.    To run the AECPATCH program, perform these steps in this order:
  196.  
  197.    1.  Install AutoCAD Release 10 as outlined in the Installation and
  198.        Performance Guide.
  199.  
  200.    2.  Install AEC Architectural 2.01/9.0.  If you're already using 2.01/9.0
  201.        with AutoCAD Release 9, simply run the RELOAD.BAT procedure as outlined
  202.        in Appendix A of the AEC Architectural User Guide, entitled "Installing
  203.        AutoCAD a Second Time", to ensure that the correct ACAD.LIN and
  204.        ACAD.PAT files are available to AEC Architectural.
  205.  
  206.        AECPATCH uses the ACAD environment variable (SET ACAD=<drive>:\aec\a\d)
  207.        to locate the AEC LISP files.  If you've placed this SET statement in
  208.        your AUTOEXEC.BAT file, reboot DOS to ensure that it has taken effect.
  209.  
  210.    3.  If you intend to use AEC Architectural's AUI, install it (if you
  211.        weren't already using it with AutoCAD Release 9).
  212.  
  213.    4.  If you intend to use AEC Architectural's Schedule Manager, check the
  214.        ACAD.PGP file in your AutoCAD directory.  If it doesn't contain the
  215.        line:
  216.        
  217.           dbSCHED,sched,350000,,4
  218.  
  219.        then edit the ACAD.PGP file and add this line to it.
  220.  
  221.    5.  Now you're ready to run the AECPATCH program.  The patch program is
  222.        supplied on an AutoCAD release disk; the following table indicates the
  223.        disk used for each of the AutoCAD release formats.
  224.  
  225.           360KB 5.25" Format  -  Driver Disk 2             Disk 11 of 11
  226.           720KB 3.5"  Format  -  Driver Disk               Disk  6 of  6
  227.           1.2MB 5.25" Format  -  Executable/Driver Disk    Disk  2 of  4
  228.  
  229.  
  230.  
  231.  
  232. TDIBMRD4.3                                                       Page 4 of 10
  233.        To apply the patch, place the indicated disk in a compatible drive and
  234.        type the following at the DOS prompt:
  235.     
  236.           <drive>:       (to make the drive containing the patch disk current)
  237.           CD \AEC        (to make the patch directory current)
  238.           AECPATCH       (to run the patch program)
  239.  
  240.        NOTE:  The message "ACAD environment variable not found.  Aborting..."
  241.        will appear if you haven't "SET ACAD=<drive>:\aec\a\d".  See step 2.
  242.  
  243.    6.  If you reinstall AEC Architectural's AUI after running AECPATCH, you'll
  244.        need to run AECPATCH (step 5) again.
  245.  
  246.    The AECPATCH program 
  247.  
  248.    -  copies corrected versions of the files AA23A.LSP, AE081.LSP, and
  249.       AH18A.LSP into your \AEC\A\L directory, and
  250.    -  searches for the 2.01/9.0 ACAD.LSP file in your \AEC\A\D directory,
  251.       deletes all occurences of the string "\r" from it, and changes the
  252.       version number to 2.02/9.0.  (The version number is displayed each time
  253.       the ACAD.LSP file is loaded.) Note that AECPATCH does not update the
  254.       version number displayed on the AEC screen menu.
  255.  
  256.  
  257. PERFORMANCE
  258.  
  259. *  Release 10 makes heavier use of overlays than did previous versions of
  260.    AutoCAD.  To improve performance (particularly when running scripts, menus,
  261.    or AutoLISP programs that draw many new entities), we recommend use of a
  262.    RAM disk for AutoCAD's .OVL files.  See Chapter 4 of your AutoCAD
  263.    Installation and Performance Guide for more information.
  264.  
  265.  
  266. MULTIPLE VIEWPORTS AND ADI DISPLAY DRIVERS
  267.  
  268. *  Release 10's new multiple-viewport feature works best with display drivers
  269.    that explicitly provide support for it.  ADI display drivers written for
  270.    older versions of AutoCAD (ADI version 3.1 and earlier) should continue to
  271.    work with Release 10, with the following restrictions:
  272.  
  273.    *  Drivers that use display-list techniques will get very confused by
  274.       multiple viewports.  Don't use multiple viewports with such drivers.
  275.  
  276.    *  Non-display-list drivers may clear viewports very slowly.
  277.  
  278.    Release 10's ADI 4.0 has new features that allow drivers to clear viewports
  279.    quickly, and to make effective use of display-list techniques in
  280.    conjunction with multiple viewports.  If you use an ADI display driver and
  281.    expect to use multiple viewports, contact the manufacturer of your driver
  282.    to see if an ADI 4.0 version of the driver is available.
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290. TDIBMRD4.3                                                       Page 5 of 10
  291. PERSPECTIVE VIEWS
  292.  
  293. *  During development of AutoCAD Release 10, we found it necessary to disable
  294.    many commands while a perspective view was active.  The AutoCAD Tutorial
  295.    (page 67) reflects this, and the Release 10 Reference Manual (page 187)
  296.    states that the following prompt is issued if you attempt to use these
  297.    commands in a perspective view.
  298.  
  299.      About to regen with perspective off -- proceed?  <Y>
  300.  
  301.    Most of the command restrictions have now been lifted.  The only commands
  302.    now disallowed in perspective views are ZOOM, PAN, SKETCH, and transparent
  303.    'ZOOM and 'PAN.  If you enter any of these commands from a viewport
  304.    containing a perspective projection, AutoCAD now displays the message:
  305.  
  306.      This command may not be invoked in a perspective view.
  307.  
  308.    and cancels the command.  (The DVIEW command's Zoom and Pan options
  309.    function properly in perspective views.)
  310.  
  311. *  Although most commands are now permitted in perspective views, use of a
  312.    pointing device to designate points is generally prohibited in such views.
  313.    You can type in coordinates using the keyboard, but if you use a pointing
  314.    device to enter points, AutoCAD displays the message:
  315.  
  316.      Pointing in perspective view not allowed here.
  317.  
  318.    Entity selection is the only activity that allows pointing device input in
  319.    perspective views.  Even then, certain commands (BREAK, FILLET, CHAMFER,
  320.    TRIM, EXTEND, UCS Entity, and DIM by picking) use the pick point for
  321.    calculations and don't permit the point to be supplied by means of a
  322.    pointing device in a perspective view.
  323.  
  324. *  On page 324, the Release 10 Reference Manual states that the "Window"
  325.    option for the PLOT and PRPLOT commands is not available for perspective
  326.    projections.  This restriction has been lifted.
  327.  
  328. *  If you use the PLOT/PRPLOT "Extents" option with a perspective view active,
  329.    and the CAMERA position is within the drawing extents, AutoCAD displays the
  330.    message:
  331.  
  332.      PLOT and PRPLOT extents incalculable, using Display
  333.  
  334.    and proceeds as though you had used "PLOT/PRPLOT Display".
  335.  
  336. *  When plotting a perspective view, an explicit plot scale makes little
  337.    sense, so AutoCAD ignores it.  If you specify a scale factor, AutoCAD
  338.    displays the message:
  339.  
  340.      **Plot of perspective view has been scaled to fit available area.**
  341.  
  342.    and proceeds as though you had responded to the "Specify scale" prompt
  343.    with "Fit".  Use the paper size to control the overall size of the plot.
  344.  
  345.  
  346.  
  347.  
  348. TDIBMRD4.3                                                       Page 6 of 10
  349. MISCELLANEOUS CHANGES AND CORRECTIONS
  350.  
  351. *  The default setting for the WORLDVIEW system variable is now 1.  This
  352.    variable affects the VPOINT and DVIEW commands, as described in Chapter 6
  353.    of the AutoCAD Reference Manual.
  354.  
  355. *  The AutoLISP (entsel) function returns a list that includes the point by
  356.    which the entity was selected.  This point is expressed in UCS coordinates.
  357.  
  358. *  For some time, the AutoLISP Programmer's Reference has warned application
  359.    developers to avoid referencing the ATOMLIST symbol list when using the
  360.    (vmon) virtual function paging feature.  Performance-related changes in
  361.    AutoLISP Release 10 make this more important than ever; the ATOMLIST
  362.    contents and the order of its items may change if (vmon) is enabled.
  363.  
  364. *  It is now possible to OSNAP to the insertion point of an Attribute within a
  365.    Block.  If you use "INSERTion" object snap and point to an Attribute within
  366.    a Block, the Attribute's insertion point is now chosen rather than that of
  367.    the Block.  Note that if a Block consists entirely of Attributes, there is
  368.    now no way to object snap to the Block's insertion point.
  369.  
  370. *  The FLIP SCREEN function key, all transparent commands, and several
  371.    AutoLISP functions are now disabled during certain commands, since some
  372.    displays must redraw when flipping from text mode to graphics mode, and a
  373.    redraw occurring at critical times could result in an incorrect image.
  374.  
  375.    The commands affected are VPOINT, DVIEW, and ZOOM Dynamic.  During these
  376.    commands, the FLIP SCREEN key and transparent commands are disabled, as are
  377.    the following AutoLISP functions:
  378.  
  379.      (entdel)      (getangle)     (getpoint)    (grtext)
  380.      (entmod)      (getcorner)    (graphscr)    (redraw)
  381.      (entsel)      (getdist)      (grclear)     (ssget)
  382.      (entupd)      (getorient)    (grdraw)      (textscr)
  383.  
  384. *  In previous versions, the HIDE command had trouble with non-planar 3D Faces
  385.    and entities that appeared as chevrons or bow-ties when viewed from
  386.    particular points in space.  Sometimes they were hidden incorrectly, and
  387.    sometimes they were simply drawn as wire-frame images (not hidden).  In
  388.    Release 10, such objects are hidden in a more consistent manner.
  389.  
  390.    HIDE now detects anything that looks like a chevron or a bow-tie from the
  391.    current viewing point, and breaks it into two triangles (with an invisible
  392.    joining line) for the purpose of hidden-line removal.  Any other non-planar
  393.    face is broken into two triangles along an arbitrarily chosen diagonal.
  394.  
  395. *  The AutoCAD Reference Manual warns you not to delete AutoCAD's temporary
  396.    files while AutoCAD is running (by means of the FILES, SHELL, or SH
  397.    commands), and lists the temporary files as having file types of ".$a" or
  398.    ".$ac".  For Release 10, the file type ".ac$" should be added to this list.
  399.  
  400. *  The examples in the middle of page 74 of the AutoLISP Programmer's
  401.    Reference are incorrect.  They should read:
  402.  
  403.      (setq p (cdr (assoc 10 ed)))   would return   (2.0 2.0 0.0) 
  404.      (trans p e 0)                  would return   (2.0 1.53209 1.28558)
  405.  
  406. TDIBMRD4.3                                                       Page 7 of 10
  407. *  The AutoLISP Programmer's Reference states an incorrect range for the
  408.    values returned by ATAN.  The actual range is -PI/2.0 to +PI/2.0.
  409.  
  410. *  Polar arrays are handled differently in Release 10.  In previous versions,
  411.    a "No" response to the "Rotate objects as they are copied?" prompt caused
  412.    each object to be replicated using its own reference point, as documented
  413.    in the AutoCAD Reference Manual.  This resulted in the entities moving
  414.    independently, rather than retaining their relation to each other as they
  415.    would if you replied "Yes".  (To visualize the effect, draw circles around
  416.    the array's center point and passing through one endpoint of each selected
  417.    line, through the center of each selected circle, and so on; then make
  418.    copies of each entity along the circumference of its own circle.)
  419.  
  420.    In Release 10, all selected entities are replicated using the same
  421.    reference point, so they move as a rigid group, staying in the same
  422.    relation in all the copies.  The reference point for all the entities is
  423.    that of the last entity in the selection-set.  Therefore, if you pick the
  424.    entities one by one, the last one you pick provides the reference point for
  425.    all of them.
  426.  
  427.    If you pick the entities by a Window or Crossing box, the last one in the
  428.    selection-set is arbitrary.  You can, however, remove one entity from the
  429.    set and then add it back in, forcing it to be the last in the
  430.    selection-set.
  431.  
  432.    The method recommended in the Reference Manual still works: make a Block of
  433.    the entities and create a polar array of the Block.  This method gives
  434.    greater flexibility, since the reference point for making the array is the
  435.    Base (insertion) point of the Block, which can be any point you like.  It
  436.    does, however, create an array of Block References, which must then be
  437.    exploded if you want the individual entities replicated.
  438.  
  439. *  The following clarifies the purpose of the EXPERT system variable.
  440.  
  441.    Some commands issue "are you sure?"-type (confirmation) prompts in odd
  442.    circumstances, such as when you use the LAYER command to turn off the
  443.    current layer.  When you write scripts, menu macros, or AutoLISP programs
  444.    that issue command sequences, it is impractical to include responses to
  445.    these prompts, since they only appear in odd situations.  Using the EXPERT
  446.    system variable, you can suppress these confirmation prompts and let the
  447.    script, macro, or AutoLISP program proceed with the operation unhindered.
  448.  
  449.    If EXPERT is zero, all prompts are issued normally.  Nonzero values
  450.    suppress successively more confirmation prompts; as new prompts are added
  451.    to AutoCAD, higher EXPERT values control those prompts as well as the older
  452.    prompts.  In Release 10, an EXPERT value of 4 is sufficient to suppress all
  453.    special-situation confirmation prompts.
  454.      
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464. TDIBMRD4.3                                                       Page 8 of 10
  465. THE DOS "SHARE" UTILITY
  466.  
  467. *  Although explicit network support is not provided, many customers use
  468.    AutoCAD on networks without difficulty.  We have noticed some problems with
  469.    the DOS SHARE command, however.
  470.            
  471.    In order to use AutoCAD Release 10 in conjunction with the DOS SHARE
  472.    command, a proper "FCBS=" statement must be present in the CONFIG.SYS file.
  473.    If your CONFIG.SYS file already contains an "FCBS=" statement, you should
  474.    increase the first value on the "FCBS=" statement (if necessary) until it
  475.    is at least 40 greater than the second value.  If you have no "FCBS=" at
  476.    all, we recommend "FCBS=48,8".  If you use AutoCAD's SHELL or "external
  477.    commands" feature to run applications that require FCBs, the requirements
  478.    of those applications should be added to the values you would otherwise
  479.    have used.
  480.  
  481.  
  482. DOS 4.0 NOTES
  483.  
  484. *  As of this date, IBM's PC-DOS 4.0 and 4.01 are the only versions of DOS 4.0
  485.    currently available, and they are not guaranteed to work on any computer
  486.    other than a true IBM PC/XT/AT or PS/2.  Furthermore, Autodesk has not yet
  487.    certified that AutoCAD runs properly on these versions, even on IBM
  488.    computers.  In particular, the "/X" option on the "BUFFERS=" and "FILES="
  489.    statements (in CONFIG.SYS), the FASTOPEN command, the "MODE CON LINES=43"
  490.    (or "=50") command, and IBM's expanded memory emulator may be incompatible
  491.    with AutoCAD or Extended AutoLISP.
  492.  
  493. *  The memory reserve specified for external programs in ACAD.PGP (for the
  494.    SHELL and SH commands) must be higher for DOS 4.0, since the command
  495.    interpreter (COMMAND.COM) requires more memory than it did in previous
  496.    versions.  For DOS 4.0, the minimum memory reserve is about 40K.
  497.  
  498. *  If your system has hard disk partitions larger than 32 megabytes, DOS 4.0
  499.    automatically loads the SHARE program.  Therefore, the SHARE notes above
  500.    apply to such a system.
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522. TDIBMRD4.3                                                       Page 9 of 10
  523. KNOWN PROBLEMS
  524.  
  525. *  In previous releases, if you set low values for LISPHEAP and LISPSTACK
  526.    (such as 5000 each), the memory not used by AutoLISP was made available to
  527.    AutoCAD as extra I/O page space, thereby improving AutoCAD's performance.
  528.    In Release 10, this is not the case.  In fact, use of Extended AutoLISP
  529.    should make substantially more I/O page space available, but it does not.
  530.    An update to AutoLISP and Extended AutoLISP is planned soon, and will fix
  531.    these problems.
  532.  
  533. *  In the initial version of Release 10, attempts to snap to the intersection
  534.    of two objects that didn't actually intersect sometimes placed illegal
  535.    values in the drawing file.  Drawings that contain these illegal values
  536.    could cause ZOOM Dynamic and DVIEW to draw garbage on the screen, and
  537.    editing the offending entities could cause the system to freeze.  This
  538.    problem has been fixed in the current version (Release 10 C2).  To recover
  539.    drawings that were corrupted in this manner by the initial version of
  540.    Release 10, simply DXFOUT the drawing, begin a new drawing, and use DXFIN
  541.    to restore the corrupted drawing from the DXF file.
  542.  
  543. *  Release 10's IGESIN command has a few known problems:
  544.  
  545.    *  Each composite curve is translated into an instance of an anonymous
  546.       Block.  This accurately reflects the geometry of the composite curve,
  547.       but results in an entity that is difficult to edit.  (To edit such
  548.       a curve, first EXPLODE the Block, forming individual segments.)
  549.  
  550.    *  Tabulated cylinders are translated as extrusions.  The entity's
  551.       extrusion length and direction may be incorrect if it is not parallel
  552.       to the World Z axis.
  553.  
  554.    *  Dimensions and their defining points may be placed incorrectly if they
  555.       do not lie in the World XY plane.
  556.  
  557. *  Early reports indicate that Release 10 may not work with some EGA-clone
  558.    display adapters that do not provide complete IBM EGA compatibility.
  559.  
  560.  
  561. ------------------------------------------------------------------------------
  562.  
  563. AutoCAD, AutoCAD AEC, and AutoLISP are U.S. registered trademarks of
  564. Autodesk, Inc.  ACAD, ADI, AutoFlix, AutoShade, and DXF are additional
  565. trademarks of Autodesk, Inc.
  566.  
  567. COMPAQ is a registered trademark of COMPAQ Computer Corporation.  IBM, AT,
  568. PC-DOS, and PS/2 are registered trademarks of International Business Machines
  569. Corporation.  Inboard is a trademark and Intel is a registered trademark of
  570. Intel Corporation.
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580. TDIBMRD4.3                                                      Page 10 of 10
  581.