Peter ShoemarkReturn to Topwrote: >I am sure I read in my R13 C3 manuals that you can now extrude text.I am doing a shop front view and if I can > extrude the words above the entrance it would add greater appeal. Configure a printer definition for binary output (.dxb). Plot the letters to a file then use the dxbin command to import what will now be line entities. Convert these to polylines then give them thickness. For just plain text, use the chprop command and give the text some thickness. "Extrude" in R13 implies creation of a solid. As far as I can tell, it only works with closed polylines and regions. Dennis Shinn Seattle AutoCAD User Group SAUG-BBS [206] 644-7115 [PCGNet]9:517/215 Anatech Systems Construction Detailing 3D modeling support for the construction industry http://www.halcyon.com/jeeper email: jeeper@halcyon.com
Pedro SmithReturn to Topwrote: >Autocad 13's insistance that all dimension text is MTEXT (Paragraph text) is driving me nuts. I have a lot >of drawings of similar object that require small changes to the dimensions. But every time I try to DDEDIT >a dimension ACAD has to load up an external DOS editor to let me change the number. How do I force acad to >create dimensions as DTEXT and not MTEXT? I don't think you can, short of setting DIMASO off which disables associative dimensioning as you're probably aware. If you're using R13/DOS you may be stuck with having to shell to a DOS editor. But DOS/Edit isn't the only option. You can configure Acad to use a different text editor that might speed up the process by using the MTEXTED sysvar and naming another editor on the command line. Under Windows, the internal AutoCAD editor seems to work best for me. The manuals imply that a 1 line dimension should automatically >be DTEXT but this is yet to happen. If ACAD can't do this then is there a lisp routine that alters all >MTEXT on a drawing to DTEXT (All my MTEXT is single line text) >Thanks for any guidance >Peter Dennis Shinn Seattle AutoCAD User Group SAUG-BBS [206] 644-7115 [PCGNet]9:517/215 Anatech Systems Construction Detailing 3D modeling support for the construction industry http://www.halcyon.com/jeeper email: jeeper@halcyon.com
In article <326DA267.35B6@shocking.com>, jas@shocking.com says... > >I'm hoping to get a nice long string of answers to help me setup an NT >workstation peer to peer network here. Any big surprises to look for? >handy hints on making acad friendly? All software will be loaded >locally... just sharing files and printers (email, etc). Looking forward >to your suggestions! >-- >JAS >mailto:jas@shocking.com >http://www.shocking.com/~jas Actually I'm just reading an article in Nov Cadence magizine that deals with that subject. Grab a copy of it and check it out. -- Keven Roche CAD Designer Halifax Co., N.S. CanadaReturn to Top
bchapman@cadcam.co.nz (Bruce Chapman) wrote: >In article <3265B43A.2D12@bga.com>, dylan@bga.com says... >> >>I am running 13c3 (waiting for 3 proj's to complete before I embark on >>the 'upgrade' process)on a 100 MHz pentium, 64Mb RAM, 2-1.2G HDD. . >> >>anyway. . . >>Any command, that I issue to Acad, be it via toolbar 'button', command >>line entry or pulldown menu, can be repeated simply by pressing 'return' >>or 'space-bar', Except. . . (ai_propchk). >>It is more of an interesting anomaly than anything. >>Any clues? >>-- >> - mw >>Do not sell or distribute this address without express permission! >-- >Return repeats the last "command", but (AI_PROPCHK) is not a command, it >is an AutoLISP expression, so after that, Return will repeat the last >command, ie whichever was the last command before (AI_PROPCHK). >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >Bruce Chapman >Systems Engineer >CADCAM Services Limited >Wellington >New Zealand >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Bruce, You are quite right in telling that (ai_propchk) is defined as a Lisp command and therefore can not be repeated using RETURN Key. But in AutoCAD R13C3 version (ai_propchk) has been defined as lisp function,In R13c4 it has been made as a command.So if you are using a old menu file the modify as follows c^c^(ai_propchk) change to c^c^ai_propchk Nikhil Kaila //Autodesk Product Support on the Internet//Return to Top
Mel CorleyReturn to Topwrote: >We have Acad R12 running on a network for a student laboratory. >For several weeks, everything ran fine. Now about three machines >are giving the following error message at startup: > > > Can't load F:\ACADWIN\SUPPORT\ACAD.MNX > >I understand that this is probably related to some type >of lock file being present. Can somebody suggest the name >of that file and where it might be stored? >Thanks, >Mel Corley Mel Corley, First you check the Acadr12.bat file and see if the Path is set correctly or not as specified in Installation Guide and correct it. Then check whether the file ACAD.mnx is present in Support directory or not, if not then reload the AutoCAD. Check whether you have given proper Read , write and Share rights to these files. In case of a lock file created then delete the Acad.Mxk file you can find it in the support directory. Nikhil Kaila //Autodesk Product Support on the Internet//
jim nineReturn to Topwrote: >I am trying to come up with a way to automatically turn on and off >layers. I am trying to create a lisp program to do this. I am just >wondering if this is the best way or does somebody know of another? Autolisp is the best way. However in AutoCAD R13 Windows version you can do the LAYERS settings from the Layer Control Toolbar without going to Layers Dialog Box But if you are working in AutoCAD R12 then there is no direct way to do it. So you have to create a Lisp Programe for doing the same. Nikhil Kaila //Autodesk Product Support on the Internet//
Does anyone know of a utility to convert from Microstation DGN files to Acad files (or DXF) without using the facilities that come with Microstation. We have some Microstation files that we need converting, but do not have Microstation. Many Thanks Roger ParryReturn to Top
On Wed, 23 Oct 1996 09:38:40 -0700, Gary VoytekReturn to Topwrote: >I get the following error message on the command line in AutoCAD when >trying to launch on an HP 9000/735 running HP-UX 9.07: > >Unable to create Lock file for >/dev/ACIS.AC$ >because access is denied or disk is write protected. > >After hitting return to continue, it exits and the following message >displays at the Unix prompt: > >FATAL ERROR: Can't open working file /dev/ACIS.AC$ > >Permissions are OK on the /dev directory. The ACIS.AC$ file doesn't >exist on this workstation or on another one that launches AutoCAD >without problems. > >What is this file and what do I do to get access to it? > >Thanks for your help. > >Gary Just make sure that the file does not exist when out of AutoCAD. I recently had a client who could not do an autosave if the program was started in a particular directory. It turned out that the AUTO.SV$ file had somehow been made read-only and hidden. Once that was taken care of all worked. Regards, Ian A. White, CPEng waiwhite@zip.com.au WAI Engineering Sydney - Australia
Roberto PavanReturn to Topwrote: >Hello all. > >I just bought the Autodesk Collection 12 for Windows/Dos Collegiate Users >and am trying to install it on my P120 running Win 95. > >I am having several problems, mostly due to the location of driver/exe >files, that so far have left me unable to install the collection: > >1. The computer insists that the programs be installed from the DOS > prompt, outside of Win95. This wouldn't be a problem, except: >2. It says the mouse driver can't be found. I am using a logitech 3b > mouse. >3. It reports the absence of a file called mscdex.exe >4. It says the CD ROM cannot be located. >5. It insists that a file named share.exe be removed/renamed. > >I would go to where I bought the program and ask for a refund/whatever, >but I had the feeling that this newsgroup would be of help. A little >reading proved to me that there are people running R12 under Win95, so I >would really appreciate it if one of you would tell me how you overcame >these problems? I am not a regular reader of newsgroups (though for >this one, that may change soon), so I would also appreciate it if resposes >were e-mailed directly to me as well. > >Your faithful narrator, >Roberto Pavan >rpavan@triumf.ca > >It's a damn poor mind that can only think of one way to spell a word. > -- Andrew Jackson > > There is nothing to worry about.The problem you are getting is nothing to do with the Autodesk collection. The problem is that you have not loaded the DOS drivers for the CDROM. Instead use the Windows95 itself to install the softwares.Just goto the MSDOS SHELL and run the CD. If you have the drivers for the CDROM then load it also.Then in that case you can use the CD after rebooting the system in the MS DOS mode. This was the reason you were getting the MSCDEX.EXE not found message. Regarding the mouse again load the MOUSE.COM file in the autoexec.bat file like c:\mouse\mouse.com Then restart your system.If the Autoexec.bat is not available then you have to create one. Let me know if you have any problems. G.Rajesh //Autodesk Product Support on the Internet// ----------------------------------------------------------------------- This article was posted to Usenet via the Posting Service at Deja News: http://www.dejanews.com/ [Search, Post, and Read Usenet News!]
"Jeptha F. Ball"Return to Topwrote: >I have frequently had the requirement to create a single pline from >multiple line segments. Even though the list routine indicates that the >endpoints of the lines to be merged appear to have the same x,y,z >coordinates (at least to the 5th decimal place) the pedit merge command >fails. > >Does anyone have any clues as to how I can solve the problems??? > >Thanks for any help. > >Jeptha Ball > This indicate that the lines are not end to end.Use the OSNAP 's (end of) and move the line to meet at the endpoint of the other line and see whether the lines are joined. If not , I would like to see the drawing. G.Rajesh //Autodesk Product Support on the Internet// ----------------------------------------------------------------------- This article was posted to Usenet via the Posting Service at Deja News: http://www.dejanews.com/ [Search, Post, and Read Usenet News!]
Nathan Douglas MellorReturn to Topwrote: >Does AutoCad have a capability similar to that of Pro Engineer, where >drawings can be converted to pure graphics primitives in an Inventor >file format VRML, .obj or other file format? > Nathan, I would suggest you to take a look at the Autodesk web site on the latest DWF format. You can now browse the drawings using this format in the net using the WHIP PLUGIN. Take a look at http://www.autodesk.com G.Rajesh //Autodesk Product Support on the Internet// ----------------------------------------------------------------------- This article was posted to Usenet via the Posting Service at Deja News: http://www.dejanews.com/ [Search, Post, and Read Usenet News!]
Peter ShoemarkReturn to Topwrote: >Some time back a message appeared wanting drawings of Indy or F1 style cars. I don't recall seeing any >replies but now I too wonder does anybody have any by chance? I think the message at the time mentioned that >ACAD had been involved in one of the open wheel classes of racing. TIA Peter. > Peter, Try at the http://www.avalon1.viewpoint.com or http://www.cadalog.com G.Rajesh //Autodesk Product Support on the Internet// ----------------------------------------------------------------------- This article was posted to Usenet via the Posting Service at Deja News: http://www.dejanews.com/ [Search, Post, and Read Usenet News!]
rosie@northcoast.com (rosie) wrote: >Is there a way, using lisp, to pick a line of text in >a drawing, and recognize any number (value) in that >line of text, in order to perform an operation on the number >(value)in that line? As an example I might have: > there are 14 paths and 12 pigs. > How can there be 24 ducks? >(Imaginary, of course.) Is there a lisp command that will >allow me to pick these lines of text, and recognize the >number(s) in each line, in order to, say, raise each number >by two? Leaving the sentence structure, etc, intact? >By what command is the number extracted from the text? > >Thank you! There is no direct routine available to do this.However , I have seen one routine called as Zoom2txt.lsp in the Jeff Foster web site.This will allow you to search the text specified in the drawing and zoom around it. I think you can modify the routine to your needs.Get also the permission of the author to do this or just develop one similar routine instead. G.Rajesh //Autodesk Product Support on the Internet// ----------------------------------------------------------------------- This article was posted to Usenet via the Posting Service at Deja News: http://www.dejanews.com/ [Search, Post, and Read Usenet News!]Return to Top
"David R. Rich"Return to Topwrote: >ricksink@nando.net wrote: >> >> Since I installed Win95 I have been experiencing pauses or delays in >> cursor movement. This is most noticeable in Autocad for Windows >> Release 12 and also in Autocad LT for Win95. It manifests itself as a >> "jerky" cursor as I move about in a drawing file. This behavior occurs >> for about 3-5 seconds every 5-10 minutes. It's extremely annoying but >> does not seem to cause any "permanent damage" to files. >> >> I have not yet determined whether this pause occurs in other >> applications. The phenomenon did not occur when I previously had WFWG >> 3.11 and Acad Rel 12 for Windows installed on the same machine. >> >> My system is a 90MHz Pentium from Micron, 32meg memory. I am tied into >> a network with 3 other machines. Two are running WFWG 3.11 and the >> third is also a Win95 machine. We are using the peer-to-peer >> capability of WFWG 3.11 and Win95; no other NOS is employed. The other >> Win95 machine is not experiencing this problem, despite having Autocad >> LT for Win95 installed. It's a 486 DX2-50 with 16 meg RAM. >> >> Does anyone know what might be causing this? Are there any utilities I >> could run which might reveal what is happening? Thanks for any help. >> >> Rick Sink >> > >Rick, > >I am also interested in an answer to this problem. Although I do not >experience it with Acad 13_c4 running under Win95, others in our office >have the same problem. They are running Pentium 100s. We are all >connected as clients on an NT server with the native 95 drivers. > >Someone did say it was a '95 thing. > > This symptom can be caused a several things. If this is a Summa dig using a wintab, make sure you have the latest driver for Windows 95 and NT (Tablet Drivers Version 2.1). For another device it's still a good idea to check with the manufacturer for the latest driver. Find out what other programs are running. For example, MS Plus (a task scheduler) may cause this type of problem. Also examine the ports settings for the com port the digitizer is connected to. If you need help, post another message and we'll go from there. G.Rajesh //Autodesk Product Support on the Internet// ----------------------------------------------------------------------- This article was posted to Usenet via the Posting Service at Deja News: http://www.dejanews.com/ [Search, Post, and Read Usenet News!]
Alan MundayReturn to Topwrote: >Please can anyone tell me if there is a bug with the DIMSTYLE as when I >try to setup a DIMSTYLE using a BASIC tolerance type. But when trying to >change the the gap between the BOX and the TEXT it does not matter what >I set DIMGAP to the gap does not change. Even if I type the change in at >the command line and use UPDATE. But when I use Geometric Tolerancing >the BOX gap does change with the DIMGAP setting. > >If you have an answer please do let me know. > >Regard >-- >Alan Munday >Basingstoke >UK I have no problem updating the dimgap either from the dialogue box or the command line. I wonder if there is a problem with the drawing? Have you tried recovering the drawing to check for errors? You may also want to LIST the dimension and see if there are any listings for dimension style overrides. If this is the case, you may need to update the dim style. G.Rajesh //Autodesk Product Support on the Internet// ----------------------------------------------------------------------- This article was posted to Usenet via the Posting Service at Deja News: http://www.dejanews.com/ [Search, Post, and Read Usenet News!]
"Mark Smithson" wrote: >Has anyone had any experience of problems when Autocad r13c4 hides a 3d >view of a solid model? The problems / features? I have discovered are; > >1. Lines get left out. I'm not talking about lines at intersections of >solids, but lines at the edges of objects (i.e. the objects silhuoette) > >2. The model not being hidden properly, when viewed from particular angles, >but OK when viewed from a slighly different angle. > >3. Viewports with hideplot turned on not plotting when plotting in >paperspace. > >If anyone has had similar experiences and can offer suugestions on how to >overcome these features, or on what causes them, I would be interested to >hear from you. > > Mark, The DISPLAY of SOLIDS in R13 are controlled by three variables DISPSILH ISOLINES FACETRES Try to have a combination of these and it should solve the problem. For me the plotting comes fine. Select the Viewports one at a time and see whether it comes fine.Also switch on the HIDE LINES toggle in the PLOT dialog box. G.Rajesh //Autodesk Product Support on the Internet// ----------------------------------------------------------------------- This article was posted to Usenet via the Posting Service at Deja News: http://www.dejanews.com/ [Search, Post, and Read Usenet News!]Return to Top
tseeney@cc2smtp.nrcan.gc.ca (Tim Seeney) wrote: >Any help would be appreciated on the following: > >I am currently using R13 C4 and have tried to load the Whip Driver. I was >able to get the rtpanzm toolbar loaded and appearing on my work space, but now >when I load the rtpanzm menu (rtpanzm.mnu) it gives me a message saying the >menu is loaded, but I can't seem to find the toolbar for the panning and zooming. >I've even tried, after loading the rtpanzm.mnu, using the "toolbar" command >and showing all toolbars. Still no luck. > >Any idea what I'm doing wrong? > >Thanks! > >Tim > >P.S. In the past, like I said, I've been able to get it to load, but >now it just seems to not appear. > Tim, I feel that the toolbar is hidden in some corner of your display.Just drag all the toolbars and see whether you find it. Goto the Tools Pull down menu and click on the Customise Menus and then UNLOAD the RTPANZM menu. Now reload it . Now see what happens. Please let me know the result. G.Rajesh //Autodesk Product Support on the Internet// ----------------------------------------------------------------------- This article was posted to Usenet via the Posting Service at Deja News: http://www.dejanews.com/ [Search, Post, and Read Usenet News!]Return to Top
mfelkins@sprynet.com (Michael Felkins) wrote: >Hello, > I am having a problem after I run multiple sessions of AutoCAD >R13c4 on my Windows95. The problem is that for some reason it looks >like W95 think that all of the sessions of AutoCAD are still running >execpt the first one, which seems to end out okay. So, if I try to >exit W95 after have running multiple sessions I get a notice that a >program is still running. If I do a Ctrl-Alt-Del after running >multiple sessions I can see that there is the following showing for >each session of AutoCAD that I had run after the first one: "Acad (Not >responding) & Acadapp". > > Can someone help me find out what is going wrong here and how to >fix it? > Michael, I did the same steps as mentioned by you.I opened 6 sessions of R13c4 in Windows 95 . But it didn't come up.What is your system setup.Can you say that.How much is your permanent swap file size and RAM. Meanwhile I will also look into other possibilities. G.Rajesh //Autodesk Product Support on the Internet// ----------------------------------------------------------------------- This article was posted to Usenet via the Posting Service at Deja News: http://www.dejanews.com/ [Search, Post, and Read Usenet News!]Return to Top
LuReturn to Topwrote: >Raimis T. wrote: >> >> Hello, >> >> Just moved to AcadWin R12, and have problems creating my own dialog >> boxes. >> >> Can anyone just post basic scheme WHAT is to be done in Lisp program and >> DCL macro, to get the thing going? >> >> sincerely, Raimis T. (aka Head Hunter) >> >> PS Cc:raimis@equinoxlt.com would be highly appreciated. > >In my view, (I hope that covers it) :-) >DCL code is used to create a graphic interface between your program and the user. In it's >simpelist form, it allows you to control the program via button picks as opposed to keyboard >entries. > >The DCL file generates the dialog box and it's components. Like buttons, edit fields and so >on. It has no decision making components, that's all done thru AutoLISP. > >In AutoLISP, you define the ACTIONs that take place when the buttons, etc. are selected. It >really simplifies programming once it sinks in. Don't feel bad, I think it took me a year or >two before I finally did. If you are used to linear programming, this is your first taste of >event driven programs. > >(I found a good editor) :-) > >The following code generates the dialog box or window. That is all it does. >//=========================================================================== >p2300 : dialog { label = " Line Editor "; > initial_focus = "text"; // puts the cursor in the edit field > : edit_box { // defines an edit field > label = "Text:"; // data input field description > key = "text"; // data field name > edit_width = 35; // sets the visable width to 35 chrs > edit_limit = 255; // sets the maximum number of chrs allowed to 255 > allow_accept = true; // forces [Ok] if (ENTER) pressed in edit field > } // end of data field definition > ok_cancel; // creates the [Ok] and [Cancel] buttons >} >//=========================================================================== > >The LISP program; (the program is a little more complicated that I wanted but the dilog >handeling is pretty simple) >;============================================================================ >(DEFUN C:Ted() > (WHILE (= 1 1) > (SETQ ent (NENTSEL "\nSelect text to edit: ")) > > (IF (/= ent NIL) > (SETQ > handle (NTH 0 ent) > data (ENTGET handle) > eType (P2300getData 0 (ENTGET handle)) > text (P2300getData 1 data) > ) > ) > >;--------------------------------------------------------------------------------------------; Call the dialog window >; START_DIALOG begins user input and handles all activity internally. You can control things >; somewhat by creating a call when a select DCL entity is selected. >; When the [Ok] button is clicked, (ACTION_TILE "accept" "(P2300valid)"), (P2300valid) will >; allow the dialog window to close only if the text contains 1 or more chrs. >;-------------------------------------------------------------------------------------------- (IF (AND(/= ent NIL)(= etype "TEXT")) > (SETQ win (LOAD_DIALOG "p2300")) ; > (IF (NOT (NEW_DIALOG "p2300" win))(EXIT)) ; > (SET_TILE "text" text) ; put existing text in edit field > (ACTION_TILE "accept" "(P2300valid)") ; what happens if [Ok] is pressed > (ACTION_TILE "cancel" "(DONE_DIALOG 0)") ; what happens if [Cancel] is pressed > (SETQ action(START_DIALOG)) ; show dialog box and begin user input > (UNLOAD_DIALOG win) ; unload DCL data from memory >;--------------------------------------------------------------------------------------------- (IF (= action 1) ; which A > (PROGN > (P2300setVal handle (STRCAT pfx new_text)) > (ENTUPD handle) > ) > ) > ) > ) >) >;============================================================================= >(DEFUN P2300valid( / fun) > (SETQ new_text (GET_TILE "text")) > (IF (= new_text "") > (PROGN > (ALERT "Please use ERASE to remove text.") > (SETQ fun 0) ; text is "", don't allow [Ok] > ) > (SETQ fun 1) ; there is text, allow [Ok] > ) > (DONE_DIALOG fun) >) >;============================================================================ >(DEFUN P2300getData(code entityData) > (CDR (ASSOC code entityData)) >) >;============================================================================ >(DEFUN P2300setVal(handle value / data) > (SETQ data(ENTGET handle)) > (ENTMOD (SUBST (CONS 1 value)(ASSOC 1 data) data)) >) >;============================================================================ > >Hope this helps, >Lu >//------------------------------------------------------------------ >// When all else fails, read the book. >// CAD\Tek Home Page: http://198.80.90.211/ >//------------------------------------------------------------------ > > > Lu, Pretty good description.Easy to grasp. G.Rajesh //Autodesk Product Support on the Internet// ----------------------------------------------------------------------- This article was posted to Usenet via the Posting Service at Deja News: http://www.dejanews.com/ [Search, Post, and Read Usenet News!]
apt@cix.compulink.co.uk ("Paul Taylor") wrote: >> Hi, >> >> Can anybody tell me how I can print dwgs from ACAD 13c4 on a HP Deskjet >> 540 or 600 series printer at 8.5x11 with line weights? (black+white >> only) > >If you are using a Windows version of Autocad, print using the System >Printer driver and that will get you variable line weights. If you're >using a DOS version of Autocad, I suggest you get a copy of the shareware >utility PRINTGL which emulates a pen plotter and will drive a DeskJet. > >> Also, does anybody know of a printer sold in Ontario that can plot >> outputs up to 11x17 with line weights? For under $1000? Any advice or >> direction would be much appreciated. > >Canon do the BJ230 which does that size (mono) about the US$400 mark, I >guess. It may no longer be available, but it's replacement does the same >size and is in colour. It's a bit more expensive. The BJ230 is excellent >- I have one at home and one at work! > >Paul Taylor, Computer Systems Manager >WSP Consulting Engineers, Tadworth, Surrey, UK. >http://www.wspgroup.com/ > Nice thought. G.Rajesh //Autodesk Product Support on the Internet// ----------------------------------------------------------------------- This article was posted to Usenet via the Posting Service at Deja News: http://www.dejanews.com/ [Search, Post, and Read Usenet News!]Return to Top
Try deleting the file RENDER.CFG, and config 1s more. R. Ole K. K E SReturn to Topskrev i artikkelen <01bbcee6$83ed7d80$b3bc16c2@knut-erik>... > When starting up Render I get this message: > "Unable to execute "render" ARXLOAD failed*Cancel*" > Does anyone know how to solve this problem? > > Any ideas? > > Thanks, > > >
IMMEDIATE EMPLOYMENT OPENING CAD Designer - Business Resource Group - Phoenix, AZ The Company: Business Resource Group is a publicly-held, $40 Million-a-year, contract furniture dealer & workspace services provider in the Western United States. BRG’s product offering includes Allsteel, American Seating, Gunlocke, Office Specialty, and many others. Because of BRG’s wide product line, we provide an important benefit our competitors cannot: choice. We are advocates of our customers. As a company we are technology driven, cutting-edge, and fast-paced. BRG is an exciting, dynamic workplace, boasting a diverse group of people with focus and energy. The CAD Services group in Arizona consists of several other designers. BRG has offices in California, Arizona, Texas, and Colorado and continues to grow. BRG is… · technology driven · cutting-edge · fast-paced The Position As a designer in our Phoenix/Tempe office you will oversee all aspects of design related to assigned projects in workspace planning, interior alteration and office move projects. You will meet with internal customers to determine accurate design programming, prepare space plans and construction drawings as necessary. CAD Services supports the internal sales group and project management group in the on-going design and implementation of key projects and large-scale installations. You will also have an opportunity to meet with clients and add value directly to their projects. Requirements: · 3 years experience in commercial contract design · Extensive AutoCAD R12,13 knowledge · Knowledge of basic office software & hardware (MS Office Suite, Windows NT, HP 650C Plotters, Internet applications, etc.) · Strong oral and written communication skills. Strong analytical and project management skills. · Ability to work independently in a multi-project environment. Ability to prioritize tasks and set and meet deadlines. Good time management skills a must. Preferred Skills: · experience within the contract furniture industry at the dealer level is preferred · CapSpex software · DesignExpress software · 3-D Studio Max, Lightscape and other modeling software. · VRML Compensation: We offer an outstanding compensation package, including a competitive salary, full benefits, 401K, and a stock purchase program. Qualified candidates please forward resumes and salary requirements to: FAX, 602-966-8861, Attn: Stephanie Parker EMAIL, azcad@brg.com POSTAL, 2010 E. University, Suite 1, Tempe, AZ 85281 Please refer to POST#1111 ----------------------------------------------------------------------- This article was posted to Usenet via the Posting Service at Deja News: http://www.dejanews.com/ [Search, Post, and Read Usenet News]Return to Top
Hi folks, I´ve got a big problem with an Autocad drawing to be converted into the OIV. I have a Drawing of a street-construction (only lines, polylines, and arcs). When I´m converting it in OIV, I only see the drawing, but I´m not able to get some faces. If anybody had the same problems, or have done that before please Email to Jörg Dreiling Technische Hochschule Darmstadt 3ling@hrz2.hrz.th-darmstadt.deReturn to Top
>Maybe you should quit skipping your 7th period class to post to >usenet. It seems pretty obvious you should continue your high school >education so that you can get out into the real world and find out >that some of us work for a living and expect to be paid for it, just >as the people who write code for a living do. But don't you think that most (if not all) software is overpriced? I mean, for private user $300-500 for copy of MS Office (for instance) is way too much. GG George Gerasimov Internet: gg@aha.ru George_Gerasimov@p33.f368.n5020.z2.fidonet.org \|/ @ @ +-------------------oOO (_) OOo--+ | w-w-w-who's there ?; pooh | +--------------------------------+Return to Top
K E SReturn to Topwrote in article <01bbcee6$83ed7d80$b3bc16c2@knut-erik>... > When starting up Render I get this message: > "Unable to execute "render" ARXLOAD failed*Cancel*" > Does anyone know how to solve this problem? > > Any ideas? > > Thanks, > > >
I only have a hewlett packerd deskjet 660c, instead of a plotter. Is it still posible to print drawing (A4) to my printer. I hope so.Return to Top
I'm having AutoCad LT Revision 3 & DraftPro 7570A printing problems. I can't print from AutoCad Light Release 3 in Windows 95 through COM1: to a Hewlett Packard DraftPro 7570A plotter. I get garbage (unrecognizable characters.) AutoCad 12 prints beautifully. I believe my problem is the printer driver I've selected. I am using the DraftPro printer driver that comes with windows 95. Other things printing under windows 95, also do not print completly accuratly. The Print Test facility comes out about 80% correct. I would appreciate email, and will post results:) Dale E. Moore -- TheMan@Texas.Net Http://Www.Texas.Net/~TheManReturn to Top
In article <01bbc9d3$97872700$ad41b6cc@neversleep>, "Paul Kohut"Return to Topwrote: > [ ... ] >Owen, somehow a linefeed ("\n") needs to be strcat'ed after each >call ACISdecode. Otherwise is works fine. Having the ACISdecode >routine embedded into dumpsolid I'm guessing creates a local stack >that does not need to be recreated for each call to ACISdecode. >Am I correct? Well, I'm no expert on the internal workings of AutoLisp, but I doubt that it creates a new stack for each funtion call. My main reason for making functions local is to decrease global clutter (ie. only define the function when it's needed). There are some tradeoffs, in that slightly more memory is used at runtime with a local function, but that memory is freed once the local function goes out of scope. Owen Wengerd [ManuSoft] ** AutoCAD Wizard At Large ** http://www.manusoft.com owenw@manusoft.com Compuserve: 71324,3252
I've seen a similar posting before but never saw any answers to the question posed. When moving complex text or complex hatching in Autocad R13 win 95 C4, with the Whip driver enabled my PC just bogs down, i.e. veeerrrry slow. I have a Pentium 166 with a 2meg matrox millenium, 64 meg ram. With the autocad non whip driver the no 3 selection in config video this problem does not exist. Seems to me the whip driver is basically useless for any serious drafting work and for zooming around only dos is fast enough with a meaty drawing. Any suggestions ThanksReturn to Top
============================================================================= Call for Papers 1997 International Symposium on Physical Design April 14-16, 1997 Napa Valley, California Sponsored by the ACM SIGDA in cooperation with IEEE Circuits and Systems Society The International Symposium on Physical Design provides a forum to exchange ideas and promote research on critical areas related to the physical design of VLSI systems. All aspects of physical design, from interactions with behavior- and logic-level synthesis, to back-end performance analysis and verification, are within the scope of the Symposium. Target domains include semi-custom and full-custom IC, MCM and FPGA based systems. The Symposium is an outgrowth of the ACM/SIGDA Physical Design Workshop. Following its five predecessors, the symposium will highlight key new directions and leading-edge theoretical and experimental contributions to the field. Accepted papers will be published by ACM Press in the Symposium proceedings. Topics of interest include but are not limited to: 1. Management of design data and constraints 2. Interactions with behavior-level synthesis flows 3. Interactions with logic-level (re-)synthesis flows 4. Analysis and management of power dissipation 5. Techniques for high-performance design 6. Floorplanning and building-block assembly 7. Estimation and point-tool modeling 8. Partitioning, placement and routing 9. Special structures for clock, power, or test 10. Compaction and layout verification 11. Performance analysis and physical verification 12. Physical design for manufacturability and yield 13. Mixed-signal and system-level issues. IMPORTANT DATES: Submission deadline: December 20, 1996 Acceptance notification: February 1, 1997 Camera-ready (6 page limit) due: March 1, 1997 SUBMISSION OF PAPERS: Authors should submit full-length, original, unpublished papers (maximum 20 pages double spaced) along with an abstract of at most 200 words and contact author information (name, street/mailing address, telephone/fax, e-mail). Electronic submission via uuencoded e-mail is encouraged (single postscript file, formatted for 8 1/2" x 11" paper, compressed with Unix "compress" or "gzip''). Email to: ispd97@ece.nwu.edu Alternatively, send ten (10) copies of the paper to: Prof. Majid Sarrafzadeh Technical Program Chair, ISPD-97 Dept. of ECE, Northwestern University 2145 Sheridan Road, Evanston, IL 60208 USA Tel 847-491-7378 / Fax 847-467-4144 SYMPOSIUM INFORMATION: To obtain information regarding the Symposium or to be added to the Symposium mailing list, please send e-mail to ispd97@cs.virginia.edu. Information can also be found on the ISPD-97 web page: http://www.cs.virginia.edu/~ispd97/ SYMPOSIUM ORGANIZATION: General Chair: A. B. Kahng (UCLA and Cadence) Past Chair: G. Robins (Virginia) Steering Committee: J. Cohoon (Virginia), S. Dasgupta (Sematech), S. M. Kang (Illinois), B. Preas (Xerox PARC) Program Chair: M. Sarrafzadeh (Northwestern) Keynote Address: T. C. Hu (UC San Diego) & E. S. Kuh (UC Berkeley) Special Address: R. Camposano (Synopsys) Publicity Chair: M. J. Alexander (Washington State) Local Arrangements Chair: J. Lillis (UC Berkeley) Technical Program Committee: C. K. Cheng (UC San Diego) W. W.-M. Dai (UC Santa Cruz) J. Frankle (Xilinx) D. D. Hill (Synopsys) M. A. B. Jackson (Motorola) J. A. G. Jess (Eindhoven) Y.-L. Lin (Tsing Hua) C. L. Liu (Illinois) M. Marek-Sadowska (UC Santa Barbara) M. Sarrafzadeh (Northwestern) C. Sechen (Washington) K. Takamizawa (NEC) M. Wiesel (Intel) D. F. Wong (Texas-Austin) E. Yoffa (IBM) =============================================================================Return to Top
Hi there, I'm new to AutoCad R13, and was wondering if there is any option when you open files, to point to a specific directory (Click on File/Open and it goes to the folder with all my drawings). Please drop me a note at kevin_wang@warnerbros.com if you know. Thanks! KevinReturn to Top
This product is 90% rater images and 10% vector. What good does that do > for me. I was that the files could be brought into AutoCad. This is true > only for the small number of vertor details. > > Plaese tell me how I can use these rater images in Acad13 without > vectorizing the details first. > > I am very dissappointed in this product. > > I know that Acad13 will import a rater image but that does me no good > when I expexted to have a detail allready vectorized for me. That is > what I thought $350.00 was for. >Return to Top
When starting up Render I get this message: "Unable to execute "render" ARXLOAD failed*Cancel*" Does anyone know how to solve this problem? Any ideas? Thanks,Return to Top
Call me old fashioned but I am still using LT ver1 running under windows 3.1 with a canon 200ex hooked up to it. Now try as I have I am unable to get the printer to print line widths properly. I have asked both canon and autoCAD for some info but no reply. Is it fixable or do I need to upgrade to and dare I say it win95 and ver.3. By the way I think LT is plenty powerful enough for most purposes I deal with as many companys out there don't require 3D etc.Return to Top
Have anyone try the AutoLisp compiler called ACOMP at http://xarch.tu-graz.ac.at/autocad/bi4/ The program compile your lisp file to codes that cannot be read. This is a very good protection for your lisp program. But it does not work with my Acadwin R12 on Win95 platform. Anyone know why? P.S. At least go to this site, there are a lot of interesting stuff.Return to Top
Is there any known way to decode the AutoCAD Protected Lisp. If you know of any, please send mail to me. Thanks in advance. Matthew chewboy@aol.comReturn to Top
I'm would like to make solids instead of hatches for filling an area Does anybody know if there is a lisp or program that can do this. hatching makes drawings very big and can not be scaled I need this for make ful collor area in a drawingReturn to Top
I use R13c4a on a Pentium 200 with 64 MB RAM. On my old ACAD LT 1.0 it takes only a few seconds to insert the same dwg´s with dimensions, which takes several minutes on R13. Also updating dimensionstyles takes extremly long. At the moment I have to use Acad LT to do dimenioning.Return to Top
In article <55vhrk$rsk@cocoa.brown.edu>, Brian_Bassler@brown.edu (Brian Bassler) writes: >Simon BellReturn to Topwrote: > >>Hello, >> I have a bit of a problem in that I have had a computer stolen >>and with it has gone the hardware lock for my Autocad software student >>package. Is there any way of getting this replaced or is it a lost cause. > >>Yours, > >>Simon > >Simon, > The only solution I know of is to contact Autodesk. If I remember >right, they will replace the lock for $500.00. > >Brian > > Please don't give out incorrect information regarding the replacement cost of lost or stolen hardware locks. Simon, contact your AutoCAD dealer and tell them of your problem. Autodesk will replace your stolen hardware lock for a fee, but they will require a letter from you, on company stationary, stating what happened. Best of luck with your replacement. Regards, Dave Internet: DavidR505@aol.com
Dies ist eine mehrteilige Nachricht im MIME-Format. ------=_NextPart_000_01BAAF7F.BBCEA760 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit On acadlt it took only several seconds to insert the same dwg-file which includes only dimenions. On R13 it takes now about 5 minutes to insert this file. Because of this I am still using Acad LT for working on dimesions. Does anybody know this problem? Is there any solution? I still can´t belive that R13 is that much slower than Autocad LT 1.00 ------=_NextPart_000_01BAAF7F.BBCEA760 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 8bitReturn to TopOn acadlt it took only several seconds to insert the same dwg-file which includes only dimenions. On R13 it takes now about 5 minutes to insert this file. Because of this I am still using Acad LT for working on dimesions.
------=_NextPart_000_01BAAF7F.BBCEA760--
Does anybody know this problem?
Is there any solution?
I still can´t belive that R13 is that much slower than Autocad LT 1.00