Hey I have a problem with the speed of IntelliCAD firstly I'm using windows 98 ( not NT ) and have an old diamond monster fusion video card. The comparison between the two programs when using the same drawing if very noticable...
Regards
Craig Paton
#6
AutoCAD, since Release 14 I believe, has incorporated a "Display List Processor" to speed up graphic preformance and reduce to number of redraws and regens. Prior to r14, there were third-party display list drivers for AutoCAD, some independantly written, some written by the video card manufacturers.
HEIDI refers to an old specification for all drivers for AutoCAD (video, mouse, plotter, etc..) Whip is the current specification and incorporates the display list processor.
A display list processor is essentially a cache for the graphics. Normally when IntelliCAD (and older versions of AutoCAD) erases a line for example, it makes the change to the database, and overwrites the line on the display with the background color. That is why you sometimes with get "artifacts" the erased object on the screen. A display list processor sits between the database and the graphic screen routines. It keeps track of all the visible items on the screen. When changes are made, it makes the change in its list, and redraws the screen in memory, and updates the changed portion of the display.
Using a display list processor requires more memory, just look at what is required to run AutoCAD 2002.
HEIDI refers to an old specification for all drivers for AutoCAD (video, mouse, plotter, etc..) Whip is the current specification and incorporates the display list processor.
A display list processor is essentially a cache for the graphics. Normally when IntelliCAD (and older versions of AutoCAD) erases a line for example, it makes the change to the database, and overwrites the line on the display with the background color. That is why you sometimes with get "artifacts" the erased object on the screen. A display list processor sits between the database and the graphic screen routines. It keeps track of all the visible items on the screen. When changes are made, it makes the change in its list, and redraws the screen in memory, and updates the changed portion of the display.
Using a display list processor requires more memory, just look at what is required to run AutoCAD 2002.