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!