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!