Subject:
|
Re: Tangent between two circles in 3D space?
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Tue, 21 Jan 2003 22:32:19 GMT
|
Viewed:
|
869 times
|
| |
| |
"Kevin Clague" <kevin_clague@yahoo.com> skrev i meddelandet
news:H92o0p.CGB@lugnet.com...
>
> In 3D space you can have circles that are tangent along one line. Imagine a
> vertical bar that has a circle attached tangentially, but can turn around
> the bar, and slide up and down the bar. Attach another circle to the bar
> with the same capabilities. You can hold one circle fixed, and place the
> other circle an infinite number of places and orientations and still be
> tangent to the line.
Line = Intersect(C1.Plane, C2.Plane)
if (Dist(C1.Center, Line) = C1.Radius) and (Dist(C2.Center, Line) =
C2.Radius) ...
(Or have I misunderstood?)
--
Anders Isaksson, Sweden
BlockCAD: http://user.tninet.se/~hbh828t/proglego.htm
Gallery: http://user.tninet.se/~hbh828t/gallery/index.htm
|
|
Message has 1 Reply: | | Re: Tangent between two circles in 3D space?
|
| (...) This looks great! This is what I was trying say the other day during my ah,hah! moment, but not so tersely. Now I just need to know how to calculate the intersection of the line and each circle and I'll be all set I think. I'll do some (...) (22 years ago, 22-Jan-03, to lugnet.cad.dev)
|
Message is in Reply To:
| | Re: Tangent between two circles in 3D space?
|
| (...) With two circles in the same plane you can have four possible tangent lines. LSynthcp uses this to calculate straight line segments of rubber bands around pulleys. In 3D space you can have circles that are tangent along one line. Imagine a (...) (22 years ago, 21-Jan-03, to lugnet.cad.dev)
|
21 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|