Basic Tools --> trim
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
Basic Tools --> trim

 
Post new topic   Reply to topic    CADForums.net Forum Index -> Customization
Author Message
Cunning
Guest





Posted: Thu Jul 28, 2005 12:10 pm    Post subject: Basic Tools --> trim Reply with quote

Could someone please give me a bit more detail about how this tool
works? I am learning to use autodesk architectural dekstop but I have
hit the stage where I use this during the tutorial and it is a bit
vague. I have "some" autocad knowledge but not a huge amount. If
someone could run through how to do this in regard to the tutorial
(although through some miracle I have managed it by clicking on enough
things) and what each of the options mean it would be most appreciated.


Thanks

Cunning

Back to top
Adesu



Joined: 20 Jul 2005
Posts: 31

Posted: Mon Aug 01, 2005 7:08 am    Post subject: Re: Basic Tools --> trim Reply with quote

Cunning wrote:
Could someone please give me a bit more detail about how this tool
works? I am learning to use autodesk architectural dekstop but I have
hit the stage where I use this during the tutorial and it is a bit
vague. I have "some" autocad knowledge but not a huge amount. If
someone could run through how to do this in regard to the tutorial
(although through some miracle I have managed it by clicking on enough
things) and what each of the options mean it would be most appreciated.


Thanks

Cunning


Hi Cunning,here simple program for fillet

Code:

(setq p1 '(0 0 0))
(setq p2 '(10 0 0))
(command "_line" p1 p2 "")
(setq es1 (entlast))
(setq P3 '(10 10 0))
(command "_line" p2 p3 "")
(setq es2 (entlast))
(setvar "filletrad" 2)
(command "_fillet" es1 es2 "")
Back to top
View user's profile Send private message
 
Post new topic   Reply to topic    CADForums.net Forum Index -> Customization All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Powered by phpBB