![]() |
![]() |
Back |
Steve Knopf wrote: > > can anyone point me in the right direction for converting an Autocad mat > into a tiger file? Our fire dept. has a program called FLAME that uses > tiger db but the available files are 10 yrs out of date, HELP!!!! > > thanks in advance (with more to follow) > -- > ><> ><> ><> ><> ><> ><> ><> ><> ><> ><> ><> ><> > > Steve Knopf > sknopf@dcn.davis.ca.us > City of Davis PW > Davis Ca 95616 Hi Steve; One of my co-workers is writing the TIGER driver for our GeoMorph(tm) GIS/CAD data translation product. I'm not sure where he's at, but he'll be needing Beta testers sometime soon. As a Beta tester, we'd set you up with everything you need. His name is Pete Payne, and I let him know you might be contacting him. His name and contact info is: email: ppayne@aztechcon.com phone: (414)499-0533 I hope we can help. Don.Return to Top
I've heard that there is an easy way to convert blocks to shape files. Anyone know just how to do this? Some third party utility? Something built into AutoCAD? Thanks, -rsReturn to Top
According to what I've read, AutoCAD LT for Windows 95 will also run under Windows NT. So I don't think your dealer knows what he's talking about. Take a look at http://www.autodesk.com and you can probably get an "official" answer.Return to Top
With adroit appendages floating frantically athwart the electromechanical ciphering deviceReturn to Top> endeavored to convey the supervening erudition to the espying public: >Need to find a quicker way to change precision of dimensions. Currently >I am changing the style to a style of the right precision. Another >method is to just wade through the ddmodify command (what a drag). Does >anyone have a quick command line driven routine that will permit >multiple selections of dimensions and change their precision? (even a >multiple select change dim style may be ok) >Thanks folks . . . . As mentioned in other follow-ups the sysvars LUPREC & DIMDEC affect the decimal precision of your dimensions. In addition the variable DIMTDEC affects dimensional tolerances and AUPREC affects angular precision. You can make it all very easy on yourself and download my program AUTODIM.LSP from my web site. Updating/changing dimensions takes only one keystroke and then picking. Let me know if you take me up on this and your opinion. -- Patrick Hughes Engineered Design Solutions e-mail duhvinci@rockford.com homepage http://www.rockford.com/duhvinci -------------------------------------------------- * Machine design, detail & build * Cam design & manufacturing * Machine animation --------------------------------------------------
Hi If anyone knows where I can find Calcomp Drv for AcadLT 3.0 please let know. thank you antneeReturn to Top
With Autolisp I use a function to update an existing block like this... (command "insert" "blockname=" nil) How do I do the same thing in ADS? The problem seems to be entering the CTRL-C that the insert command wants.Return to Top
With adroit appendages floating frantically athwart the electromechanical ciphering device <"David E. Gonsalves"Return to Top> endeavored to convey the supervening erudition to the espying public: >I don't know if this will work in LT, but if you can modify your menus like >you can in regular ACAD, try inserting something like this: >[Block insert]^c^cinsert;[blockname_goes_here];\;;; >into one of your Popdown menus. The "\" allows you to pick your insert >point, then the rest of the command is finished out for you. Be very >careful with the placement of the semicolons, make certain you use no >spaces. The [Block insert] part you can name anything you like, it's the >commands afterwards that do everything. >I have no idea if this will work in LT, but hope it does. >David E. Gonsalves, LSIT >delliottg@olywa.net I also don't know about LT but David's suggestion is good. If you add another "\" where David suggests [blockname...] you can specify a block name when prompted. -- Patrick Hughes Engineered Design Solutions e-mail duhvinci@rockford.com homepage http://www.rockford.com/duhvinci -------------------------------------------------- * Machine design, detail & build * Cam design & manufacturing * Machine animation --------------------------------------------------
Bob SneadReturn to Topwrote: >I am having a problem with getting my R12 menu pull downs to work in R13. >I loaded my old R12 menu as a partial menu in R13. I inserted the two >pops in question in the menu at positions 11 and 12. The menus show up >and cascade down with all the correct info. I can insert blocks from the >menu that are insert macro's but the problem occurs when I select an >icon/image. The dialog box appears with all blanks. I have the slide libs >in a directory in the path. The R13 manuals are hard to understand. >Anyone have any suggestions? I tried to do the same with WinNT4.0 and R13c4a. It appears that partial menus will not support the icon images in custom partial menus. I then copied the acad.mnu and editted it to include the icon/images and it works fine under WinNT4.0 and R13c4a. I hope they support the partial menus with custom icon/images in the future. If you find another solution I would definately appreciate being included in the solution using partial menus.
With adroit appendages floating frantically athwart the electromechanical ciphering deviceReturn to Topendeavored to convey the supervening erudition to the espying public: >As mentioned in other follow-ups the sysvars LUPREC & DIMDEC affect >the decimal precision of your dimensions. In addition the variable >DIMTDEC affects dimensional tolerances and AUPREC affects angular >precision. >You can make it all very easy on yourself and download my program >AUTODIM.LSP from my web site. Updating/changing dimensions >takes only one keystroke and then picking. >Let me know if you take me up on this and your opinion. Sorry, neglected to mention this is for R13 - but if anyone would like R12 drop me an e-mail and I'll send it to you or make available on my web site. -- Patrick Hughes Engineered Design Solutions e-mail duhvinci@rockford.com homepage http://www.rockford.com/duhvinci -------------------------------------------------- * Machine design, detail & build * Cam design & manufacturing * Machine animation --------------------------------------------------
When in AutoCAD R13c4a under WinNT4.0, I find that I lose my mapping to the network occasionally when opening a new file or when inserting a wblock. I found that I can get around this by clicking the "network" button and then clicking "ok" and it resets the mapping to the network. This problem only occurs in Acad - not any other software. This is a nuisance problem. Does anyone know how to correct this one?Return to Top
I am running Autocad LT on NT 4.0 no program just run setup but let me tell you this if you really want a Cad package like autocad LT and better same price buy Imagineer Techincal from Intergraph corp. It will do every thing that autocad lT will do and more you can open dwg,dgn,dxf files with the file open command and save files from Imagineer to dwg,dgn,dxf thats what I would buy. Sean Linnihan Splinnih@ingr.com dmitzel@computerland.net wrote in article <32ACAA85.71E3@computerland.net>... > AutoCAD LT users: > > According to my dealer, Autodesk does not make a version of AutoCAD Lt > for Windows NT. Is this true? If anyone has a version, please let me > know. Or if you have configured your Win95 version to run successfully > under NT. > > I need to buy ACAD LT soon, but want NT platform. > > TIA >Return to Top
Silly question but how do you dimension radius's internal so that the text and arrow are inside? Cheers Chris.M.Return to Top
Hello, I'm using ASE with ORACLE on NT WORKSTATION machine. All software are : NT Workstation 3.51, service pack #4 ORACLE server 7.3 SQL*Net v2 AutoCAD r13c4a ORACLE is tested with SQL*Plus, it's run ok, and I can connect to my database from my NT Workstation. When I try to connect to my database under AutoCAD, with ASEADMIN command, I have this message : FILE ERROR Cannot find ORA7WIN.DLL and, after clik OK button : Can't execute 16 bit Windows applications. Of course, I think my ASI.INI file is wrong, but where ? I've read all litterature and all http://www.autodesk.com/support/ about ASE ; I can't find where it's wrong. My ASI.INI is : ... [ENVIRONMENTS.WinNT] ITD= ... [ITD] Driver = ORA7WDRV Base = ITD Default_Catalog = information_schema TimeOut = 7 ... [ASE_CATALOGS] ITD = information_schema Thanks for your help. Christian.Return to Top
Please help - I'm at a lost on this one. End User: For some reason, when I open a drawing file on the network, by default it makes it a read-only file. There is is a box that can be clicked on to disable this feature each time, but I would like to disable it permanently. When I open a file on my local drive it is not "Read-Only". Note: End User rights and network file attributes are read/write to the files and directories involved. I did not experience this problem with R12 DOS. I thought at first this was a new system variable (DWGWRITE) with R13, but checked and it does exist in R12 DOS. I tried changing the setting and it had no effect even after exiting AutoCAD and restarting AutoCAD. AutoDesk's online help says it will change based on setting it at "0" for read-only and "1" for read/write opening of files, but it had no effect. None of our settings have changed here at the office. Has anyone else seen this one or have a solution?Return to Top
akirk@vcn.bc.ca (Andrew Kirk) wrote: >I have blocks created by a civil engineering application with and >attribute specified to 3 decimal points. > >Our drafting standards require this block attribute to be displayed to 2 >decimal points. I have tried redefining the block with UNITS set to 2 >decimal points (using the lisp ATTREDEF supplied by Adesk), however the >attributes carried over remain displayed at 3 decimal points. > >If anyone knows of a way to round off an attribute in a block, other then >editing them individually, I would be gratefull. > >Andrew Kirk, Drafting Technician, City of Coquitlam, British Columbia, >Canada >Civil Engineering, Surveying, Mapping >akirk@mh.gov.coquitlam.bc.ca > > As the Attribut is a text data and you have typed it while inserting there is no automatic way to do this. You have to write a lisp code to do this job. Look at any of the sites advertised like http://www.bulidingweb.com/cadsyst or http://www.cadalog.com etc., for a similar program do the necessary modifications. G.Rajesh //Autodesk Product Support on the Internet//Return to Top
"Alka Dighe"Return to Topwrote: >I am a high school student, and my teacher is having trouble with his >cd-rom drive. It will not run through the Autodesk Autocad hardware lock, >and the hardware lock needs to be removed for it to operate correctly. >Although, if the hardware lock is removed, Autocad will not run. The >version of Autocad is release 13, the external cdrom needs to be installed >to install release 13a of Autocad, wich uis on a CD. If you can help me, >could you please email me at "tdighe@pclogiconline.com". Thank You. > > Dear Alka, While installation AutoCad does not need to have the hardware lock on the system. Just connect the external cdrom drive and install the AutoCAD first. Then reboot the system and and insert the hardware lock. Now you can start working on the AutoCAD. G.Rajesh //Autodesk Product Support on the Internet//
"Alka Dighe"Return to Topwrote: >I am a high school student, and my teacher is having trouble with his >cd-rom drive. It will not run through the Autodesk Autocad hardware lock, >and the hardware lock needs to be removed for it to operate correctly. >Although, if the hardware lock is removed, Autocad will not run. The >version of Autocad is release 13, the external cdrom needs to be installed >to install release 13a of Autocad, wich uis on a CD. If you can help me, >could you please email me at "tdighe@pclogiconline.com". Thank You. > > Dear Alka, While installation AutoCad does not need to have the hardware lock on the system. Just connect the external cdrom drive and install the AutoCAD first. Then reboot the system and and insert the hardware lock. Now you can start working on the AutoCAD. G.Rajesh //Autodesk Product Support on the Internet//
loebReturn to Topwrote: >I'm running R13C4A under NT4.0(SP1) and find that inconsistently (though >usually) when I try to save a file which I have opened, acad complains >that the file is read only. If I create a new file, I can only save it >once before I get this error dialog. This happens on both my local >drives and network drives. Unfortunatly, it does not happen everytime >(but most of the time) which shouts out "BUG" to me. Any clues would be >appreciated. > >mailto:loeb@microtech.com > This is a known problem and use the DWGWRITE system variable inside AutoCAD and set it to 1. You can also add this setting in the Acad.lsp file as a startup. G.Rajesh //Autodesk Product Support on the Internet//
Alan RhodenReturn to Topwrote: >Need to find a quicker way to change precision of dimensions. Currently >I am changing the style to a style of the right precision. Another >method is to just wade through the ddmodify command (what a drag). Does >anyone have a quick command line driven routine that will permit >multiple selections of dimensions and change their precision? (even a >multiple select change dim style may be ok) > >Thanks folks . . . . > > Boss, You have not said the version of Autocad you are using. In the case of R12 you can use the decimal places accuracy by using the LUPREC variable. This will control the number of decimal places. say 4 digits or 3 digits. In the case of rounding off you are looking for then you must use the DIMRND variable in R12.Then you can use the DIM command and use the Update command and say all. Now all the dimension will get updated. Whereas in the case of R13 you must use the DDIM command and goto the Annotation section and click on the UNITS under the Primary units and you have to set the Tolerance over there. In case of Rounding off goto the lower right corner below and set it. Then you have to save the style and use the Dim , update command. Now you will get the decimal places of accuracy you were looking for. G.Rajesh //Autodesk Product Support on the Internet//
Trey WheelerReturn to Topwrote: >Can anyone tell me what I need to do to get AutoCAD 13 Dos to print to >an HP 820 Cse Deskjet? HP doesnt seem to have any drivers, nor does >AutoDesk. > Trey, Try using the HP deskjet/Paintjet option under the plotter configuration and see whether you could take plot. Try also using the HP-GL/2 option also. G.Rajesh //Autodesk Product Support on the Internet//
dieppe1@nbnet.nb.ca (Etudiant) wrote: >Hello! > >I'm in a quandry....I have to convert 4 .dwg drawings (AutoCAD, R12) to >a compatible format for viewing on Powerpoint program....Can this be >done? How? *puzzled* > >I'm new at this....so....laymen's terms would help...*smile* > >Gin > Gin, There are many ways. You can use the Print screen and use it. This is the best way .You have not said which version of AutoCAD R12 dos or windows. In the case of DOS add the device=c:\acad12\pharlap.386 at the [386Enh] section in the system.ini and then reboot. Now start the AutoCAD inside windows and use the print screen. For this you must be having R12c3 dos . G.Rajesh //Autodesk Product Support on the Internet//Return to Top
Chris Kant wrote: > > Hi, > > I hope this does not appear to be off topic but I need some help. > > I have inherited an ethernet network with approx 60 Macs, 10 unix boxes, > and a lonely single PC. > > We purchased a Calcomp Techjet plotter which the Macs see as a printer > over the network with very little difficulty using Photoshop, FormZ etc. > > However, I am having a lot of difficulty to get the unix boxes and the > lonely PC to print successfully to the plotter. The unix and PC machines > are running Autocad R12_c3 for unix and Auticad R12 for DOS respectively. > > The plotter has been allocated an ip number and hostname on the ethernet. > > The unix host machine can successfully send a .ps or .eps exported file > but I can not get the config menu in Autocad to accept any setup from > within Autocad - anybody any suggestions. The printcap file and virtual > device driver appear to work ok via lp. Can this config within Autocad be > routed some way to lp or am I missing somehting obviuos in the config > menu? > > As for the PC on the network is there some way I can set up Autocad > through WfW3.11 so that it can print to the plotter over the ethernet > network? Or can it be done via DOS directly over the ethernet? - or would > it have to route through a unix host? > > I have had no sucess from Autodesk who suggested I speak to our dealer who > have not responded so far with anything very useful. > > I have had lot of very useful help from our specialist unix team to get as > far as we have. > > Any assistance/help/advice would be greatly appreciated. > > Chris > > ------------------------------------------------------------- > Chris Kant email: chrisk@caad.ed.ac.uk > Dept. of Architecture > University of Edinburgh > Scotland > ------------------------------------------------------------- Chris First of all you should not have all your devices sending data directly to the plotter via ethernet. This creates a lot of extra data on your network. You should set up a spooler on one server and connect all the other devices to the spooler. LP will work but for a cross platform network like yours I would set up the spooler on one of the UNIX boxes and make it an NFS spooler. NFS will allow all other platforms to print to as long as you purchase the NFS client software for each platform. NFS will evan work on your DOS and WFW3.11 machines. I have been using Hummingbirds NFS client software because it supports both NFS file and print sharing. Good Luck, John Malotky AutoCAD, NT, UNIX Expert. Innovative Computer Solutions http://www.execpc.com/~innovateReturn to Top
Morten Warankov wrote: > The ingenuity of Autocad users never stops, That is because AutoCad is not going to give them what they need or want without a fight. Stephen Pester Email: Work: steve-p@s-k.com http://www.s-k.com It's not done but were getting there. Home: slpcep@dca.netReturn to Top
begin 644 road.dwg M04,Q,#$R```````&`:L0`````!X`!`````!/````M@$```$%`@``)@````*! M#P``=0````/V#P``-0```,-YE:!.*)F"&N5;>0>!?G3I-`,]['R/]WCBI7WQH MN$YM,U^0`0`````'`!^_5="50%MJ3:E#>L6DD",P+0)")")`:0&JD;(09!D&0 M9!D&0-1I$$$DR````````.`_)J9F9F9F8P"C.=F``C.=F``P&V40; M]1$%&241U1$ZA`C+5X':\51!`C+5X':\51!`C+5X':\51!`C+5X':\5Q!`C+ M5X':\5Q!`C+5X':\5Q``````````````````````````````H0````````") M`JFIE"JH8LA#````&$`C.B'&`M)O3^`````````````````````````````" MA`````````(D"J:F4#``0``(`!@````!`I!$$0)`E$00*UZ-P/0K'/P````` M``"P/Q2N!Z%ZU'8/P*UZ-P/0K'/ZH"M>C<#T*QS\"M>C<#T*MS^&9F9F9F9C ME`9`K7HW`]"K<_JJHQ`3$",0,Q!3$&,0 _3P$``,42][]!<0``#`+_R(Q5][^<\2`!`@`` M`(=.IP"<\2`!`````.#Y^T,Z7&UA;<'!I;F=<_4'!:@0````!]DO>_`'!:@0`` M``#DT%N!`````*B%78&HA5V;!I(5=@1ZN][\`<%J!`````*B%78&^KO>_J(5= M@<;:][^HA5V!J(5=@4>5][\&````V)*H`&:6][]W0O>_X/G[OX*6][_@^?N_ M`````-B2J``=E_>_Y-!;@0````!`(@``$`$``,Y6][\`````0"(``"C^(`%_ MW_F_(0```/__#P#G]XP`G/$@`1;XC`"<\2`!.TM!`)SQ(`$`````3HE!`)SQ M(`$!````?$ZG`(1.IP``````JO$@`0````"@\B`!KO(@`0````")`7S]X/OU M`;0%80)#.EQM87!P:6YG7'-A=F4N86-L`.@GG@$`````L8YW`,A`HP`````` M`````,A`HP``````DXEW`,A`HP`'E4``%)5``$SS(`$.`$P`0&0````*0#`Q M&C;$7[! 3$ G\*3X<````"B`//1#C`6DWI_5) M@HAZ!0@0SJDC`$3`2V;H```%6PI/AP````*(%""8%H````@@54F"B'X(%0@7 MH"HJ`$3`2^#H"``%6P@F!:````((!&=$.,!:3>G\()@6@```""!528*(?@@3 M!X*`)P!$P$P@Z`@`!7L*3X<````"B`1G1#C`6DWI_"D^'`````H@54F"B'YP ME5$`1\!,8I@0``5;4I/AP````*($9T0XP%I-Z?L60A@```#"!&=$.,!:3>GZ MD^'`````H@```````````Q9"&````,(```````````4F"B'P%"?@D[-1`$?` M7"*8$``%6U,60A@```!"!&=$.,!:3>GZ"8%H````@@1G1#C`6DWI^Q9"&``` M`$(```````````()@6@```""```````````%)@HAZ"8L`%GY'P!$P%QFZ``` M!7L,60A@```!"!0@F!:`````(%5)@HAXA[DO`$3`7*+H"``%>P@F!:`````( M!&=$.,!:3>G\,60A@```!"`//1#C`6DWI_5)@HAX?Y8G`$3`7.#H"``%>P@F M!:`````(!&=$.,!:3>G\()@6@````"!528*(>8%\)P!$P%T@Z`@`!7L,60A@ M```!"`1G1#C`6DWI_#%D(8````0@54F"B'E)PDX`1\!=8I@0``5[4@F!:``` M!X'\9T0XP%I-Z?H)@6@````"!&=$.,!:3>GZ"8%H```'@?@``````````@F! M:`````(```````````4F"B'H3=(7`$3`7:3H```%>P@F!:```!X']55)@HAZ M1C0G`$3`7>#H"``%>T1G1#C`6DWI_""8%H```'@?CST0XP%I-Z?U28*(>NG; M%P!$P%XDZ```!7M$9T0XP%I-Z?U528*(>+R[*0!$P%Y@Z`@`!5L()@6@```> M!^1G1#C`6DWI_""8%H```'@?U4F"B'P"`?`O'`!!`$;EF```!5LAA4FIZ(BI MB^IJ""AHI@HAZ`@809`/`$%`1R)(```%6Q@HAZ`@""]5(0!,0$7K@```"0PJ M4$%015)?4U!!0T5`JD$!,%`Q&$!`,1FU.AP`00!&)9@```-;(85*""H(JDOJ M:@@H:*8*(>@($9)$#P!!0$9B2````UL8*(>@(`BLP0T`3(!`I(````D!0#`A M#^)U$P!,P$/F(```"0$P0$'00(P4%$6J-3,-`$T`0.2````)`4`P(1"AEB4` M34!$("`0``D(4U1!3D1!4D1"8`)J9F9F9F '200,P4`G)O.`!.`$%D M@```"2=`,"$6("`@("`@("`@(9(@("`@("`@("`@("`@("`@("`@("`@("`@ M("`@,10Q%8'Q)0%.0$6@@)``"0I#3TY424Y53U531"E-O;&ED;(&QI;F600`` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M````````````````````````````````````````004P4',A@P%.0&2N0+`` M"09$05-(143$O7U\@7U\@7U\@7U\@7U\@7U\@7U\@7U\@7U\@7U\@7U\@7U\ M@7U\@7U\@7U\@7U\````````Z#]!`@```````#@/X``````````````````` M``:````````-"_@````````````````````!H``````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M``````````````````004P4%!0`4Z!0````*0#`YGPX`4`!")(````D"0#`@ M(;6*1),`4$!M9U!```D'*D%#5$E614"N9?+KHHAM`&+(0P```"A`8LA#```` M"$`KF7RZZ*+[/ZJ8````````24"A`````````````````````````````/`_ M````````\#\LD@````````````````````!0```````````````````````` M````!X'X```````'@?H(08*`J,@-`%"`0F2````)`4`P(1%#I1,`4,!$9T`` M``D$04-!1$`,$(,%!=,M#0!1`$*D@```"0%`,"$=1F-P`%%`1V20,``)"%-4 M04Y$05)$0P`$``"``8`````0*01!$"0)`K7HW`]"L<_````````+`_%*X'H7 MK4=@_`K7HW`]"L<_J@*UZ-P/0K'/P*UZ-P/0JW/X9F9F9F9F.4!D"M>C<#T* MMS^JJB"%&"@HB`"%X0H`48!"Y`````I`,!GJ*P!*@$,B0!``"0)"D%#041?1 MU)/55!#T%#041?34Q)3D535%E,14`P(0TA#O9^D-`$J`0V2````$!H!!##!D M31L`2H!#J:````0%`4(4U1!3D1!4D3!`D$,,"$3T&\,_`%)`1.S@$``$!0A3 M5$%.1$%21*@8+414^R'Y/P8+414^R'Y/P(````````X#_/]_````````."_S M_?\$%00XPSA'`&\!JP@!L`R'.*).?OU,D0`D2/*H!8`````K$```04,Q,#$R```````&`8>`$$`%/+8!` M``!`4"``!)@(@0\``%U`SV#P``35#@$`M@$!`0$"`@$#`P$$!0$%!@$&!P$' M"`$("0$)"@$*"P$+#`$,#@$-#:LV*X3>,==L8$"LV[_V[<-5_A\E;0?4-B@H MG5?*/YU$$"MA!0```@'2$```4`````(B$0``_@0````````````````````` M```````````````````````````````````````````````````````````` M````````````````````````````*``````!``"3`````0`(``$```"V!``` M```````````(`````````/___P```/\``/__``#_``#__P``_P```/\`_P`` M````_P Return to Top
Subject: Has anyone already created this complex linetype? - road.dwg (0/1)
From: rsanchez@ix.netcom.com (Ralph Sanchez, Jr.)
Date: Tue, 10 Dec 1996 17:58:06 GMT
I've got a R13 drawing attatched, that displays a hand-drawn linetype that I'd like to work with. I've never worked with shapes or complex linetypes, and I thought I'd make sure this linetype doesn't already exist, before I delve into it myself. If you can point me in the right direction, I'd really _really_ appreciate it. -rsReturn to Top
Subject: Is it Possible to Print Out Layering Settings ?
From: robwilhelm@aol.com
Date: 10 Dec 1996 18:02:20 GMT
I have 92 files that have quite a few layers (around 100) Is it Possible to Print Out the Layering Settings ? Such as what is Frozen, On, Off with the respective layer name ? Thanks...RobReturn to Top
Subject: Re:Dcl Problem
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 10 Dec 1996 06:41:02 -0800
Slob@Slob.Slob.Slob.com (Slob) wrote: >I am attempting to make a single group of radio >buttons in DCL, but have them in two columns. >I need to have two columns because of the number >of choices, but they must be dependent upon each >other. > >I HATE DCL!! > >Anyway, if anyone knows of a Visual Basic (drag- >and-drop) style of DCL programming, please post >a location. I have DCG and Protobox, better, but still >a little awkward. > >Thank you - > >Michael S Harris >mharris@suntan.eng.usf.edu Harris, This is really interesting one. I think you have not done the layout of the dcl dialog accordingly. If you have many choices then it is advisable to have a pop down list box instead of radio buttons. If possible please send me the code for the dcl and I will try to help you in modifying it. G.Rajesh //Autodesk Product Support on the Internet//Return to Top
Subject: Re:ACAD LT for NT
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 10 Dec 1996 06:41:32 -0800
dmitzel@computerland.net wrote: >AutoCAD LT users: > >According to my dealer, Autodesk does not make a version of AutoCAD Lt >for Windows NT. Is this true? If anyone has a version, please let me >know. Or if you have configured your Win95 version to run successfully >under NT. > >I need to buy ACAD LT soon, but want NT platform. > >TIA No problem. LT for 95 will run fine under NT. G.Rajesh //Autodesk Product Support on the Internet//Return to Top
Subject: Re:excel into acadr13
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 10 Dec 1996 06:42:36 -0800
arqueturaReturn to Topwrote: >How do you import an Excel, MS Word, WordPerfect, etc. document into >ACADR13? My 1st thought is to open the document window, copy to >clipboard, open ACAD13 and paste in appropriate drawing. Does this sound >right? > >-- >Freedom is what you do with what has been done to you. > Jean Paul Sartre > > Yes. You paste them as Paste special.But you have to use the SYSTEM PRINTER option to take plots. G.Rajesh //Autodesk Product Support on the Internet//
Subject: Re:excel into acadr13
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 10 Dec 1996 06:43:01 -0800
arqueturaReturn to Topwrote: >How do you import an Excel, MS Word, WordPerfect, etc. document into >ACADR13? My 1st thought is to open the document window, copy to >clipboard, open ACAD13 and paste in appropriate drawing. Does this sound >right? > >-- >Freedom is what you do with what has been done to you. > Jean Paul Sartre > > Yes. You paste them as Paste special.But you have to use the SYSTEM PRINTER option to take plots. G.Rajesh //Autodesk Product Support on the Internet//
Subject: Re:HELP!! WMF files in AutoCAD
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 10 Dec 1996 06:47:34 -0800
interacsol@aol.com wrote: >Calling all AutoCAD wizards! > >I do not own or use AutoCAD (yet) but I would like to know the following: > >Can I paste .wmf files into AutoCAD from the clipboard as editable >objects? > >I have a program that uses .wmf files for the graphics but it won't export >them. I can copy them to the Windows clipboard, then paste them into >Corel Draw! to edit and manipulate. Could I do this with AutoCAD? > >Please respond via e-mail as I do not subscribe to this group. > >Thanks kindly to all! > >Gordon > > No.It is not possible. It will be just pasted inside AutoCAD as a OLE object. G.Rajesh //Autodesk Product Support on the Internet//Return to Top
Subject: Re:Reloading Acad
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 10 Dec 1996 06:49:00 -0800
"Tim Burke"Return to Topwrote: >I have had to recently reload acad on my computer. When I load it all goes >fine, but when I put Autovision back on it takes the same authorization key >code as the Autocad serial number. Then when I asks for an authorization >code it dose not accept the code I was given when I bought the software. I >have Acad R13_c4. > >Also When I am In DOS running Acad, I try to run Autovision by using the >APPLOAD command and it says that the file is invalid. > >Help with this problem would be greatly appreciated > >Tim Burke > >jburke40@airmail.net > Tim, Ypu should also update your Autovison as the earlier one you were using will not be working with the R13c4. The latest version is Autovison R2c4. Get this along with the auth code anc check up whether it works. Contact your local dealer for help on this. G.Rajesh //Autodesk Product Support on the Internet//
Subject: Re:R13C4A - Can't purge old xref layers!!!
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 10 Dec 1996 06:46:57 -0800
LoebReturn to Topwrote: >I'm running R13C4A under NT4.0(SP1) and cannot purge the layers created >from xref's which I've deleted. This used to work under C3. Please >help! > >mailto:loeb@microtech.com > If you delete the drawing file then the layers won't come at all inside the drawing. Whereas if you have erased the xref inside a drawing then you must first use the XREF command and use the BIND option and then use the PURGE or the WBLOCK command. This is because the XREF data is still in the drawing earlier. Hope this helps. G.Rajesh //Autodesk Product Support on the Internet//
Subject: Re:nt or novell network?
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 10 Dec 1996 06:39:20 -0800
lbna075@ix.netcom.com(lbna075 ) wrote: > Lerch Bates is a world wide leader in vertical transportation, >with many offices throughout the united states. The main office is >located in Denver, Colorado, and employs about 30 people. We are >considering networking all of these workstation and this is where we >are left asking the question Windows NT or Novel? > What is the better network software? Which will allow us the >easiest internet presence, ie ftp, e-mail, and home page? Which will >not require a full time network administrator? Which one should we >buy? > Now to add more confusion to a complicated situation, about one >third of us are already on a novel network and another third on a unix >system. We do not however want to continue with novel (the unix will >be run off of either network os) if NT is better, we are will to scrap >it and start over. We just want the best network environment possible. > >thanks >troy >lbna075@ix.netcom.com > > Troy, My vote is for Windows NT. You can connect all different types of servers say novell , unix etc., at the same time and it is very powerful too. As it is a better TCP/IP protocol , this will rule over the other options. So contact your local dealer for more info on this topic of connectivity he can help you in better understanding of it. G.Rajesh //Autodesk Product Support on the Internet//Return to Top
Subject: Re:ACAD R 13 : DXF format problems
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 10 Dec 1996 06:39:59 -0800
"Luc MERTES"Return to Topwrote: >I have tried to import in Corel Draw 5.0 a autocad drawing in DXF format >generated win AutoCAD R13 (Win 95). That doesn't work ! Same story with >Microsoft Word 6.0. The error message says that some part of the code is >not comprehensible ... > >Note : all of this work fine with acad R12 ... > >Does anybody know this problem ... and has a solution ? > >Many thanks ! > >Luc > Luc, They will not. The reason is that they don't accept the R13 dxf codes fully and the dxf filter provided is for the older version of Autocad. So you can cut and paste it inside word. This is a better way. Otherwise save the R13 as r12 drawing and make use of the DXFIX executable to convert it as R12 dxf and then use the corel draw or the word to call inside it. G.Rajesh //Autodesk Product Support on the Internet//
Subject: Re:HELP!! Mirroring dimensions with R13c4
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 10 Dec 1996 06:38:35 -0800
Shawn"Return to Topwrote: >When I mirror a dimension and leave a copy behind the new dimension text is >upside down. This becomes quite annoying when I have to mirror ~30 dim's. > Shawn, Use the DIM command and use the UPDATE command and select the dimensions you want to update. It will automatically come to its orginal position. G.Rajesh //Autodesk Product Support on the Internet//
Subject: printing a dwf file
From: Chris Woodrow
Date: Tue, 10 Dec 1996 12:19:28 -0500
I've been attempting to print a dwf file with the whip plugin. I can only get it to print on about 75% of the paper area though. I have zoomed into the extents of the drawing. Does anyone know how to get it to print on the entire printable area? Chris Woodrow cw8@ornl.govReturn to Top
Subject: Hitachi Digitizer on AutoCAD R12 DOS
From: rktech@ptd.net
Date: Tue, 10 Dec 1996 11:21:11 -0600
We have a digitizer that is not responding. The user reports nothing was changed with the system. Worked one day then not the next. Connected "bad" digitizer to another system & worked fine. Connected another digitizer to "bad" system & it wouldn't work. Connected mouse to "bad" system and it wouldn't work. Replaced VESA I/O board & mouse worked but not digitizer. Tried several reconfigs of AutoCAD to no avail. Any ideas? Thanx, Jim rktech@ptd.net -------------------==== Posted via Deja News ====----------------------- http://www.dejanews.com/ Search, Read, Post to UsenetReturn to Top
Subject: Re: excel into acadr13
From: "Byron G. Williams"
Date: Tue, 10 Dec 1996 13:14:46 -0500
G Rajesh wrote: > > arqueturaReturn to Topwrote: > > >How do you import an Excel, MS Word, WordPerfect, etc. document into > >ACADR13? My 1st thought is to open the document window, copy to > >clipboard, open ACAD13 and paste in appropriate drawing. Does this sound > >right? > > > >-- > >Freedom is what you do with what has been done to you. > > Jean Paul Sartre > > > > > > Yes. You paste them as Paste special.But you have to use the SYSTEM PRINTER > option to take plots. > > G.Rajesh > //Autodesk Product Support on the Internet//You can also use the Insert Object item in the Edit menu. This will let you take full advantage of object linking.
Subject: ACAD 3D Screw Threads?????
From: "Johnny"
Date: 10 Dec 1996 18:24:35 GMT
Does anyone have any ideas for generating 3D Solid Screw Threads? I have tried extruding a profile (region) along a spiral path but it gets twisted along the way. I have also tried constructing a thread in segments, but ACAD doesn't seem to be able to handle the geometry. I lay out a segment with matching ends, use those points to slice the shape from a solid box, but ACAD always draws one end slightly off of the plane I designate. The error is only on the order of millionths but it bothers the hell out of me. If it draws one end right why can't it do both? I have tried it with the radial profile planes parallell to the screw axis, and also perpendicular to the pitch angle. No matter what it is always the same. Just for kicks I tried making the same segment with 3D faces and it worked fine. I hate to say it but I think I have come up against an accuracy limitation in ACAD. My whole CAD-world is shaken! Can anyone help me? Thank you in advance. John Hoelzl (johnnygalt@centuryinter.net) PS I am looking for on-line CAD work.Return to Top
Downloaded by WWW Programs
Byron Palmer