Back


Newsgroup comp.cad.autocad 46720

Directory

Subject: Re: Fully Justified Text (Flush Left & Right) -- From: j_ewing@pnl.gov (RJ Ewing)
Subject: Problem Opng. a Dwg. in NT 3.51 -- From: Mike Wallace
Subject: Re: group-add-bug in AutoCADr13c4a -- From: dyoung@mcwi.com (Darren Young)
Subject: Re: AutoCAD History -- From: edmoore@vcd.hp.com (Ed Moore)
Subject: HELP - solid torus - Deadline approaching -- From: C Buckholt
Subject: Re: group-add-bug in AutoCADr13c4a -- From: dyoung@mcwi.com (Darren Young)
Subject: Has anyone had any experience with Autodesk's Internet Tools? -- From: "Gary Johnston"
Subject: can't download a file? -- From: Coriell
Subject: Is anyone having problems here? -- From: Coriell
Subject: Re: Can LISP routines be loaded when Autocad starts ? -- From: Harald Hjelle
Subject: Re: Is anyone having problems here? -- From: Harald Hjelle
Subject: Re: Is anyone having problems here? -- From: acadspert@aol.com (A Cadspert)
Subject: Re: Units - Decimal to Engineering - Need Help -- From: tmc3@gnn.com (albert einstein)
Subject: Re: Cursor Menu and Accelerator -- From: Ed_Leaders@champint.com (Ed Leaders)
Subject: Re: bincancel:26 large binaries:AR812:@@NCM -- From: red@redpoll.mrfs.oh.us (Richard E. Depew)
Subject: Re: Paper Space - Biggest Autocad blunder # -- From: jschroff@texas.net (James M. Schroff)

Articles

Subject: Re: Fully Justified Text (Flush Left & Right)
From: j_ewing@pnl.gov (RJ Ewing)
Date: 31 Dec 1996 20:20:32 GMT
In article <32C8A69B.415E@mlode.com>, davet@mlode.com says...
>
>Has anyone found a text editor or whatever that will fully justify text?
>I would like to insert notes and specifications (which usually take a
>full sheet themselves) and have the clean appearance of a word
>processor.  I'd rather let the plotter do the work rather than mess with
>the Xerox machine and stick-back mylar.
R13 has MTEXT
This may or may not be what your looking for but it does use a word 
processor to put text in, the interal processor my even work.  I have only 
played with it and it does work though slowly.
RJ Ewing
Return to Top
Subject: Problem Opng. a Dwg. in NT 3.51
From: Mike Wallace
Date: Tue, 31 Dec 1996 15:29:12 -0500
I have a new computer with windows NT 3.51 on it.
(free 4.0 upgrade on the way)  I installed a new
version of R13 c4, now when I first go into AutoCAD
& pick the pulldown "file" menu & try to pick one 
of the last four dwgs. I worked on, I get a dialog 
box that says "save the active document with a new 
name" my only option at this point is to hit 
the "OK" button, after that it goes back to the 
active or unnamed dwg.  It keeps on doing this like 
it is stuck in a loop, my only option is to do a 
"file" "open" & manually pick the dir. & dwg. that 
I want to work on.  
I am new to NT 3.51 & c4, previously used win 3.x & 
c3 w/ no problems.
Any help would be appreciated !
                             Mike Wallace
Return to Top
Subject: Re: group-add-bug in AutoCADr13c4a
From: dyoung@mcwi.com (Darren Young)
Date: Tue, 31 Dec 1996 15:03:07 -0600
In article , 
dyoung@mcwi.com says...
Bas,
Oops.  I forgot to allow for the "description" prompt.  This is now the 
correct code.
(defun c:test (/ x1 y1 y2 ent)
;*** when AutoCAD crashes the 'explode group'-command willl be useless
;*** and.....AutoCAD will crash
   (if (= yes 1)(command "._-GROUP" "EXPLODE" "TEST_GROUP" ""))
   (setq x1 0
      y1 0
      y2 10
      yes 1
      teller 1
   )
   (command "._ZOOM" '(0 0 0) '(250 250 0))
   (command "._LINE" (list x1 y1 0) (list x1 y2 0) "")
   (setq ent (entlast))
   (command "._-GROUP" "CREATE" "TEST_GROUP" "" ent "")
   (repeat 250
      (setq x1 (+ x1 10 )
              teller (1+ teller)
      )
      (if (> x1 200)
         (setq x1 0
            y1 (+ y1 20)
            y2 (+ y2 20) 
         )
      )
      (command "._LINE" (list x1 y1 0) (list x1 y2 0) "")
      (setq ent (entlast))
;;Added this line here **************************************
      (command "_.-GROUP" "EXPLODE" "TEST_GROUP")
;;Changed the ADD to CREATE and added the (P)revious entities
;;to the selection set.    **********************************
      (command "_.-GROUP" "CREATE" "TEST_GROUP" "" "P" ent "")
      (princ "\n")(princ teller)
   ) 
)
Sincerely,
Y-------------------------------------------------------------------+
| Darren J. Young                 | Minnesota CADWorks, Inc.        |
|                 dyoung@mcwi.com | P.O. Box 7293                   |
|       76341.3053@compuserve.com | St. Cloud, Minnesota 56302-7293 |
|             http://www.mcwi.com | Phone: 1-320-654-9053           |
| CAD/CAM/CNC - Drafting Design Customization Training Programming  |
0,0-----------------------------------------------------------------X
Email addresses not to be sold or used for unsolicited advertizments.
Return to Top
Subject: Re: AutoCAD History
From: edmoore@vcd.hp.com (Ed Moore)
Date: 31 Dec 1996 21:17:01 GMT
I recommend starting with 
for Autodesk history.
Return to Top
Subject: HELP - solid torus - Deadline approaching
From: C Buckholt
Date: 31 Dec 1996 20:42:11 GMT
Help! Help!  My deadline is fast approaching and I can't get a solid torus to work right.  I'm 
drawing a 3d assembly which will be sliced.  I've tried using the solids torus to make an 
o-ring seal, but when I hide lines or shade it disappears.  It will work with a meshed torus, 
but then I can't slice it.  I can fudge for the time being, but this is driving me nuts.  Any 
ideas??
Cindy
aeainc@ix.netcom.com
Return to Top
Subject: Re: group-add-bug in AutoCADr13c4a
From: dyoung@mcwi.com (Darren Young)
Date: Tue, 31 Dec 1996 14:52:42 -0600
In article <01bbf736$bf6ff220$0f4697c2@pc3>, vandenen@IAEhv.nl says...
> I've written an application in AutoLISP, which makes use of groups (new
> AutoCADr13 feature), and discovered a problem with the group-add-command.
This does appear to be the case.  I haven't played around with it much to 
come up with a better solution.  For now, you can explode your group.  
The recreate it selecting the "previous" entities and then adding the 
selected entity.  I've modified your code below.
Bas,
(defun c:test (/ x1 y1 y2 ent)
;*** when AutoCAD crashes the 'explode group'-command willl be useless
;*** and.....AutoCAD will crash
   (if (= yes 1)(command "._-GROUP" "EXPLODE" "TEST_GROUP" ""))
   (setq x1 0
      y1 0
      y2 10
      yes 1
      teller 1
   )
   (command "._ZOOM" '(0 0 0) '(250 250 0))
   (command "._LINE" (list x1 y1 0) (list x1 y2 0) "")
   (setq ent (entlast))
   (command "._-GROUP" "CREATE" "TEST_GROUP" "" ent "")
   (repeat 250
      (setq x1 (+ x1 10 )
              teller (1+ teller)
      )
      (if (> x1 200)
         (setq x1 0
            y1 (+ y1 20)
            y2 (+ y2 20) 
         )
      )
      (command "._LINE" (list x1 y1 0) (list x1 y2 0) "")
      (setq ent (entlast))
;;Added this line here **************************************
      (command "_.-GROUP" "EXPLODE" "TEST_GROUP")
;;Changed the ADD to CREATE and added the (P)revious entities
;;to the selection set.    **********************************
      (command "_.-GROUP" "CREATE" "TEST_GROUP" "P" ent "")
      (princ "\n")(princ teller)
   ) 
)
I't will run a little slower but it's a workaround.  You hight want to 
play with the highlight variable to help speed up the selection of 
entities.
Sincerely,
-- 
Y-------------------------------------------------------------------+
| Darren J. Young                 | Minnesota CADWorks, Inc.        |
|                 dyoung@mcwi.com | P.O. Box 7293                   |
|       76341.3053@compuserve.com | St. Cloud, Minnesota 56302-7293 |
|             http://www.mcwi.com | Phone: 1-320-654-9053           |
| CAD/CAM/CNC - Drafting Design Customization Training Programming  |
0,0-----------------------------------------------------------------X
Email addresses not to be sold or used for unsolicited advertizments.
Return to Top
Subject: Has anyone had any experience with Autodesk's Internet Tools?
From: "Gary Johnston"
Date: 31 Dec 1996 21:27:46 GMT
I found a couple of bugs I've been working around, wondered if anyone has
been working in this arena yet.
Thanks
terryc@natec.com
Return to Top
Subject: can't download a file?
From: Coriell
Date: Tue, 31 Dec 1996 19:34:12 -0600
Seems I can't download a file from the web.  I am a user of sprint and 
am trying to download off of the web.  when I try to download I don't 
get any time to download or any info about it's progress.  any response 
will be greatly appreciated.
Coriell
Return to Top
Subject: Is anyone having problems here?
From: Coriell
Date: Tue, 31 Dec 1996 19:53:22 -0600
Can't respond to anyone Is the network messed up? Or is it just my 
machine?
Return to Top
Subject: Re: Can LISP routines be loaded when Autocad starts ?
From: Harald Hjelle
Date: 1 Jan 1997 02:31:58 GMT
This question has been answered many times now, but why not
add one more suggestion?
Use the autoload feature!
That means that you will not occupy more of your RAM than needed.
Add the following line to your ACAD.lsp (that is automaticly loaded
each time you open a drawing:
(autoload "MYLISP" '("COMMAND1" "COMMAND2"))
This will "auto-load" your lispfile "MYLISP.lsp" each time you use either
of the two commands defined there (cammand1 or command2). Just be
sure that MYLISP.lsp is in your support area.
Harald
Check out my download-site:
Return to Top
Subject: Re: Is anyone having problems here?
From: Harald Hjelle
Date: 1 Jan 1997 02:35:13 GMT
If you can read this, you can figure out the answere yourself.
Harald
Return to Top
Subject: Re: Is anyone having problems here?
From: acadspert@aol.com (A Cadspert)
Date: 1 Jan 1997 03:03:17 GMT
Everyone' trying out Santa Clauses goodies and the net is slowed way down
Just wait a while for the new to wear off them and it'll pick up!! hehe
My 2 cents
Return to Top
Subject: Re: Units - Decimal to Engineering - Need Help
From: tmc3@gnn.com (albert einstein)
Date: Fri, 27 Dec 1996 21:18:38
ACAD understands units only.  That is to say that one unit is equal 
to one unit.  It dosent matter if it's a millimeter, cubit, parsec, 
etc.  You get the picture?
Your total station equipment is recording items in decimal feet 
which is a "unit" of measurement.  ACAD is seeing items in decimal 
units from your TS equipment like this:
1.1 units to your TS equipment is equal to 1.1 feet.
ACAD sees it as 1.1 inches because you have your units set to 
engineering or archetictural.
Switch your units to decimal prior your DXF import.  Better yet. 
always draw in decimal units when you're dealing with Civil type 
applications.  They transfer better and it's easier to work with.  
Using Decimal Units one must not remember that 1" is equal to .833' 
or whatever the translation is because you're not dealing with 
inches but fractions of a foot.
Decimal Units was designed for Civil applications such as those 
being received by TS equipment.  or mapping software.
Leave Architectural and Engineering units to those applications 
that require fractions of an inche such as building design and 
machine design.  Decimal Units are "REAL MAN'S UNITS" (its an 
inside joke and you had to be there).
If this really bothers you then you can always use the scale 
command and scale everything up "times 12" and "warp" it back into 
shape.  Should you ever use any other items such as electronic topo 
maps then you'll have to shrink it back down by a factor of 12.  
Words to the wise -- use decimal when working with Civil and 
Mapping applications.
***
All things should be made as simple as possible, but not any 
simpler.     -- Albert Einstein
Return to Top
Subject: Re: Cursor Menu and Accelerator
From: Ed_Leaders@champint.com (Ed Leaders)
Date: Mon, 30 Dec 96 19:08:22 GMT
Yes, please do!!  Happy new year to everyone here!!
 * * * * Original Message * * * *
Please explain it to all us here. Isn't that what usergroup is about,
public place to exchange knowledge??
--
Vladimir Nesterovsky    ADS/LISP/C/C++ etc

 * * * * End Original Message * * * *
Return to Top
Subject: Re: bincancel:26 large binaries:AR812:@@NCM
From: red@redpoll.mrfs.oh.us (Richard E. Depew)
Date: Wed, 1 Jan 1997 03:41:26 GMT
Large binary posts do not belong in unmoderated discussion groups.
As a service to, and with the cooperation of, other news administrators,
I run a program that searches for, and issues advisory cancels for,
large binaries in the akr, biz, comp, misc, news, rec, and sci
hierarchies.
I have issued 26 cancels for large binary files (average size 204,069
characters - total size 5,305,782 characters) posted to 18 different
unmoderated discussion groups in the comp, misc, news, and rec
hierarchies as follows:
   5 rec.sport.pro-wrestling.fantasy
   4 rec.scuba
   2 rec.arts.sf.written
   2 news.newusers.questions
   2 comp.os.ms-windows.nt.misc
	comp.os.ms-windows.nt.setup.hardware
	comp.os.ms-windows.nt.setup.misc
   1 rec.travel.europe
   1 rec.motorcycles.harley
   1 rec.autos.sport.nascar
   1 rec.arts.comics.marketplace
   1 rec.arts.comics.dc.universe
   1 news.groups
   1 misc.test
   1 misc.kids
   1 comp.text.pdf
   1 comp.sys.msx
   1 comp.cad.autocad
This pointer is being posted to each affected group listed above,
with the exception of test groups.  Follow-ups are directed to
news.admin.net-abuse.usenet.
If you want to see exactly which file was deleted from a particular
group, read the full report in news.admin.net-abuse.bulletins.  The
full report can also be found in alt.nocem.misc and alt.retromod.
Look for AR812 in the subject, or, if your reader supports it,
use .
The criteria used to search for this batch of large binaries were:
   NEWSGROUPS: Unmoderated akr, biz, comp, misc, news, rec, or sci
	       (except for comp.binaries.apple2, comp.bugs.2bsd,
		rec.collecting.stamps, and rec.games.bolo)
   BINARY: base64, binhex, uuencode, and xbtoa encoded files, etc.
   SIZE: > 100,000 characters [(size * (# of parts - .5)), if multi-part]
If you must post a binary to Usenet, please post it *only* to an
appropriate binaries newsgroup such as alt.binaries.misc, and do *not*
crosspost it to non-binaries groups.  Then, if you like, post something
in the appropriate discussion group telling people where to find the
binary in the binaries group (a pointer to the binary).  This will
permit news administrators and users to decide for themselves whether
to receive the binary files.
For more information about binary cancels, see the bincancel FAQ,
. 
Please direct public feedback to news.admin.net-abuse.usenet and private
feedback to red@redpoll.mrfs.oh.us.  In the interests of preventing
cross-posted flame wars, please honor the followup-to header and do
*not* cross-post your reply to multiple groups.  Thank you for your
cooperation.
Best wishes,
Dick
-- 
Richard E. Depew, Munroe Falls, OH    red@redpoll.mrfs.oh.us (home)
It's over, and can't be helped, and that's one consolation, as they
  always say in Turkey, when they cut the wrong man's head off'' 
  -- Charles Dickens, _The Pickwick Papers_
Return to Top
Subject: Re: Paper Space - Biggest Autocad blunder #
From: jschroff@texas.net (James M. Schroff)
Date: Wed, 01 Jan 1997 05:05:55 GMT
On Tue, 31 Dec 1996 23:56:17 GMT, vnestr@netvision.net.il (Vladimir
Nesterovsky) wrote:
>And what platform are you using? R13/Win95 probably??
>
>As for PS -- again, I simply break regens out with ^C  and then have only
>redraws (although I must know what I'm doing).
>
>On 31 Dec 1996 15:11:59 GMT,  - "XSales"  wrote in
>comp.cad.autocad:
>
>>Try facing yourself with a moderate size drawing, say 1MB.  2D, PS with 4
>>viwports, autoregen off.  Try customizing each vport and experience how the
>>program crawl.   May I remind you that my experience in this situation is
>>not pushing Autocad to the limit, but a simple reality in what you face in
>>trying to make your drawing an effective communication tool.   
>
>--
>Vladimir Nesterovsky    ADS/LISP/C/C++ etc
>
>
Cmon Vladimir, don't egg him on. He will remain unconvinced that his
is anything other that the Right and True Way (tm).
If it weren't for the amusement value, he would have made my killfile
some time ago.
--
Jim Schroff - jschroff@texas.net
Return to Top

Downloaded by WWW Programs
Byron Palmer