
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
|
Kent Cooper
Senior Member
Joined: 12.Mar.2013
Location: United States
Using: AutoCAD2020, 2023
Status: Offline
Points: 686
|
Topic: Picture 34 Posted: 18.Oct.2013 at 15:45 |
>>
How would my both circles set their center on the green line? Is there another way to explain it in math point of view or other points of view.
>>
It's because the two point locations specified in the Circle command's 3Point option are equidistant from that Line and directly opposite each other, because they are on hexagons Mirrored across it -- the centers of the Circles cannot therefore be anywhere but on that Line. That's a way of laying it out that didn't occur to me, probably because I think of the 3Point option as requiring actual point locations, and I forget that you can use things like Tangent object-snap for them.
I notice that the drawing I attached before doesn't show the full series of green Points as I described [I had uploaded it first without them, and thought I had replaced the upload, but apparently that didn't work]. I have attached a corrected version, showing the full series of both green and red Points. To do it purely mathematically, I think you would need to define those paths (which I'm now pretty sure are parabolic, though I'm not positive) and an edge of the hexagon with equations, and solve for the two pairs of simultaneous equations.
|
 |
GoplerGop
Newbie
Joined: 19.Sep.2013
Location: United States
Using: AutoCad2012
Status: Offline
Points: 16
|
Posted: 17.Oct.2013 at 17:26 |
Ooops this is the right file, thx guys
|
 |
GoplerGop
Newbie
Joined: 19.Sep.2013
Location: United States
Using: AutoCad2012
Status: Offline
Points: 16
|
Posted: 17.Oct.2013 at 17:22 |
hi thnx John and Kent
I borrow Kent's concept into problem 34, and get it right with accident, but still not very clear explanation for how i got this.
How would my both circles set their center on the green line? Is there another way to explain it in math point of view or other points of view.
thx guys, love this group discussion, love it so much
oh the file is in below thx
Edited by GoplerGop - 17.Oct.2013 at 17:27
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 16.Oct.2013 at 16:17 |
Mr. Cooper's explanation works for me. Thanks for the detailed explanation.
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |
Kent Cooper
Senior Member
Joined: 12.Mar.2013
Location: United States
Using: AutoCAD2020, 2023
Status: Offline
Points: 686
|
Posted: 16.Oct.2013 at 15:35 |
In Picture 34, it doesn't quite look to me as though the star-arm Arcs are tangent to the inner 25-unit-diameter Circle, but nothing else seems very likely, so I assume that's what's intended. If so, the attached drawing shows what would need to be calculated to determine their center points.
You would need to find the place at which a location on the hexagon (blue), or an extension of one of its edges, is the same distance from a corner of the hexagon and from one side or the other of the inner Circle. The series of green and red Points represent the path of the intersection of the green and red arcs as they change size with their distances from those references equal. For both the green and red, one of the arc radii is measured from the corner of the hexagon that the star-arm Arcs must meet. In the case of the green arcs, the other radius is measured through the center of the inner Circle to the far side of it; in the case of the red, it's from the near side of it.
Where those paths of Points intersect the hexagon or its extension determines the center points of the star-arm Arcs. Those series of Points are not linear (I filled in the whole path with the green ones to make that obvious), but I'm not sure whether that would be a hyperbolic curve, or perhaps parabolic or elliptical, or none of those. I drew Splines along a series of them in the area of intersection, and used the intersections of the Splines with the hexagon and its extension as the centers for the Arcs, with their radii defined at the corner of the hexagon. The green layout elements determine the cyan Arc, and the red elements determine the yellow Arc. Because the Splines don't precisely represent the correct path of the Points, the results are not completely precise -- the yellow Arc intersects the inner Circle twice very close together, and the cyan Arc doesn't quite intersect it.
I doubt that AutoLISP's mathematical functions would be capable of calculating the precise positions of those center points. You would need to come up with equations defining the paths of Points (the hard part), and for an edge of the hexagon (easy enough), and solve for their intersection. Maybe that's possible, but it's beyond my capabilities. It could be done with a routine by trial and error, refining the determination until some defined level of precision is achieved, but I doubt it can be done with absolute accuracy.
Edited by Kent Cooper - 16.Oct.2013 at 22:11
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 15.Oct.2013 at 14:30 |
I tried the spline idea but it did not work. So, how are the radii being calculated?
|
"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: 14.Oct.2013 at 12:43 |
My "spirit" is the result of drinking too much coffee.
I used the trial-and-error (no math) approach which took me three tries.
I'm wondering if a three point spline might get one started on a visually acceptable solution. Since I am not on my CAD computer at the moment I can't say for sure.
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |
GoplerGop
Newbie
Joined: 19.Sep.2013
Location: United States
Using: AutoCad2012
Status: Offline
Points: 16
|
Posted: 14.Oct.2013 at 06:16 |
yeah, i got the questions straight from my textbook. My teacher he said he would let me know later on without date.
My work so far: The huge circle and six polygon.
I tried several with, arc, circle, which is all i know of, none of them seems really work.
I will just keep annoying my teacher till he reveals the know how.
thx for asking JOhn, love your spirit.
Gary
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 13.Oct.2013 at 13:17 |
You're still working on it? I would think that by now you would have come up with something. Post an image of what you have accomplished so far.
I guess there was no further dimensional information available?
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |
GoplerGop
Newbie
Joined: 19.Sep.2013
Location: United States
Using: AutoCad2012
Status: Offline
Points: 16
|
Posted: 12.Oct.2013 at 16:14 |
lol, John, thx for reminding me, i am stil working on it, i am feeling it, it''s suppose to come.....
|
 |