CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (7 messages)

#28560 Anti-aliasing Message #28609
From: Steve Levy Autodesk AutoCAD Forum · Hrdware/Drvrs/ADI January 14, 1992 2:35 PM
If I understand your reference to VMI's Render Ready software, I think you missed part of the implementation. I believe that there is custom microcode on the VMI card that translates the 2**24 possible colors of a pixel to a particular 2**8 blend in a 2×2 array. So your 1280x1024x8…
From: Steve Levy Autodesk AutoCAD Forum · AutoLISP/ADS November 26, 1991 10:19 AM
I think I figured out the cause of my problem distinguishing between angular dimensions of lines and those on circles and arcs. The former is group code #2, while the latter is #5 (3 pt angular dimension). With that correction, my routine *seems* to be working, though every time I…
From: Steve Levy Autodesk AutoCAD Forum · AutoLISP/ADS November 25, 1991 10:54 PM
OK, I've done some more work and my major problem boils down to this: Given the two extension lines that form the angular dimension, and the location of the dimension arc, how can one distinguish between the cases of actual >180 deg angle dimensioning (as in the case of a…
From: Steve Levy Autodesk AutoCAD Forum · AutoLISP/ADS November 25, 1991 12:34 PM
Thanks for the assist, Tony. There seem to be a number of problems with the "simple" approach. First, lets distinguish between the block def. and the insert record. For angular dim's there are 4 points in the block def. If the 1st two points (10,20,30) represent one line and the…
From: Steve Levy Autodesk AutoCAD Forum · AutoLISP/ADS November 25, 1991 10:18 AM
Tony, do you really mean that the object must be "on screen" or are you refering to its existance in the integer (redraw) database that ACAD produces?
From: Steve Levy Autodesk AutoCAD Forum · AutoLISP/ADS November 23, 1991 2:01 PM
I'm having great difficulty deciphering the DXF representation of Angular Dimensions (regular, not 3 pt.). The control points in the *D block seem to be in no fixed order and the extension points in the Insert block also seem to be interchangable. The location of the ARC (which quadrant) seems…
From: Steve Levy Autodesk AutoCAD Forum · AutoCAD November 23, 1991 2:00 PM
Thanks for the reply; I guess that I was looking at the problem a bit differently. If you have the Dbl precision FP database in systems memory, say with 32 Mbyte of systems RAM, and you can transform each entity (on the FP coprocessor) in less time than it takes…