Finding the intersection of geometric objects
显示 更早的评论
I need to find a curve that is the intersection of two planes in three dimensions and a helical coil.
For the helical coil, I need to specify,
r1=radius of the helix
r2=radius of the coil
Currently, I am able to model the helix as a curve.
I need to make a surface on it.
回答(2 个)
Doug Hull
2011-2-2
0 个投票
I think we are not getting the whole problem here.
The intersection of two planes is either:
- a plane (identical to both planes)
- a line
- the null set (if they are parallel)
The line is the only really interesting case here.
A helical coil is going to need more information than that to specify it, like the rate of the rise. I am thinking of your helical coil as a spring.
The intersection of a 'spring' and a line is going to be
- zero points
- one point
- two points
- infinite points
I think you are going to need to specify more about this problem before we can really help beyond this.
类别
在 帮助中心 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!