
CAD discussion forum - ask any CAD-related questions here, share your CAD knowledge on AutoCAD, Inventor, Revit and other Autodesk software with your peers from all over the world. To start a new topic, choose an appropriate forum.
Please abide by the
rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
Author |
Topic Search Topic Options
|
sadiq3210
Groupie
Joined: 08.Mar.2014
Location: Pakistan
Using: AutoCAD2010
Status: Offline
Points: 28
|
Topic: 2D Problem with circles in an equilateral tringle Posted: 08.Mar.2014 at 21:29 |
Hi, its my first post here, i use AutoCAD2010. Below is the link of pic of the drawing i m talking about. I can create this drawing by. 1. making 1 circle of bottom row 10 radius. 2. copy that to the right 3 times 3. make another circle with ttr of above row 4. copy that to right 2 times 5. repeating same steps 2nd row 6. and top circle . 7. then making boundary line with xline (horizontal) and using line command + tan + bject snap tracking. 8. Trim and scale the whole figure with reference of given dimension.
I have 2 questions here.
1) Is there any simpler way to make this drawing? 2) How can i build this drawing if i first make the triangle and then circle?
|
 |
sadiq3210
Groupie
Joined: 08.Mar.2014
Location: Pakistan
Using: AutoCAD2010
Status: Offline
Points: 28
|
Posted: 08.Mar.2014 at 21:32 |
http://s38.photobucket.com/user/sadiq3210/media/triangle_zpsc641fbe7.png.html
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 09.Mar.2014 at 00:25 |
An easier way to create the drawing would take another program. Have you ever heard of "nesting" software?
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |
sadiq3210
Groupie
Joined: 08.Mar.2014
Location: Pakistan
Using: AutoCAD2010
Status: Offline
Points: 28
|
Posted: 09.Mar.2014 at 08:45 |
i mean, another way via the same software
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 09.Mar.2014 at 11:53 |
The nesting program would be an AutoCAD add-on.
Another option would be a custom lisp routine.
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |
sadiq3210
Groupie
Joined: 08.Mar.2014
Location: Pakistan
Using: AutoCAD2010
Status: Offline
Points: 28
|
Posted: 09.Mar.2014 at 15:36 |
i have no idea what custom lisp routine is. i searched on autocad help. but i found nothing. would you please explain a bit
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 10.Mar.2014 at 13:38 |
Lisp is a programming language that is support in AutoCAD as well as .NET and VBA.
Some AutoCAD users create their own lisp programs to do repetitive tasks or to help them do a complex task more easily.
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 10.Mar.2014 at 14:03 |
I tried your little exercise and despite doing it differently it still took me eight steps.
However, if the triangle was drawn first then it could be done in seven steps.
Edited by John Connor - 10.Mar.2014 at 14:14
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 10.Mar.2014 at 14:06 |
 . I used the Circle, Array, Copy, Polyline, Offset and Erase commands.
Edited by John Connor - 10.Mar.2014 at 14:07
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 10.Mar.2014 at 14:15 |
 The seven step plan.
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |