Finding the intersection of geometric objects
Ältere Kommentare anzeigen
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.
Antworten (2)
Doug Hull
am 2 Feb. 2011
0 Stimmen
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.
ashwin devotta
am 8 Feb. 2011
0 Stimmen
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!