autocad - Plotting circles and arc without segmentation (PLT format) -


i'm having problems plotting vector objects such arcs , circles autodesk without forcing them set of lines. plt (hpgl) file format supports both circles , arcs defined through various means, reason, output uses lines.

the drawing i've created simple, testing purposes arc , circle drawing

and output plotting (i've separated commands single lines it's more readable)

.(;.i81;;17:.n;19:in; sc; pu; ro90; ip; iw; vs20,1vs20,2vs20,3vs20,4vs20,5vs20,6vs20,7vs20,8sp1; pu; pa0,0; sp1; lt; pa-4985,2256; pdpa-2985,256,-2985,-1744,-4985,256,-4985,2256; pupa-4967,-2572; pdpa-4862,-2569,-4757,-2563,-4653,-2552,-4549,-2538,-4446,-2520,-4343,-2498,-4241,-2473,-4141,-2443,-4041,-2410,-3943,-2373,-3846,-2333,-3751,-2289,-3657,-2241,-3566,-2190,-3476,-2136,-3388,-2078,-3303,-2017,-3219,-1953,-3139,-1886,-3060,-1816,-2985,-1744; pupa-1530,-26; pdpa-1472,-24,-1414,-18,-1357,-8,-1300,5,-1245,22,-1190,42,-1137,66,-1086,94,-1037,124,-989,158,-944,195,-902,235,-862,277,-825,322,-791,369,-761,419,-733,470,-709,523,-689,577,-672,633,-659,690,-649,747,-644,805,-642,863,-644,921,-649,979,-659,1036,-672,1093,-689,1148,-709,1203,-733,1256,-761,1307,-791,1356,-825,1404,-862,1449,-902,1491,-944,1531,-989,1568,-1037,1602,-1086,1632,-1137,1660,-1190,1684,-1245,1704,-1300,1721,-1357,1734,-1414,1744,-1472,1749,-1530,1751,-1588,1749,-1646,1744,-1703,1734,-1760,1721,-1816,1704,-1870,1684,-1923,1660,-1974,1632,-2024,1602,-2071,1568,-2116,1531,-2158,1491,-2198,1449,-2235,1404,-2269,1356,-2299,1307,-2327,1256,-2351,1203,-2371,1148,-2388,1093,-2401,1036,-2411,979,-2417,921,-2418,863,-2417,805,-2411,747,-2401,690,-2388,633,-2371,577,-2351,523,-2327,470,-2299,419,-2269,369,-2235,322,-2198,277,-2158,235,-2116,195,-2071,158,-2024,124,-1974,94,-1923,66,-1870,42,-1816,22,-1760,5,-1703,-8,-1646,-18,-1588,-24,-1530,-26; pu; pa0,0; sp; 

now command circle in plt simple - ci 3 parameters - center x, y , radius. instead substituted bunch of lines.

i've tried various hp printers, seems make no difference driver support same, settled hp 7585b. i've tried increasing quality resulted in more points.

is there way 1:1 (as shape) vector graphics autocad plt? or there simple file format plt support this?

use dxf instead of plt. got 1:1 mapping.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -