Finding the intersection of geometric objects
Afficher commentaires plus anciens
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.
Réponses (2)
Doug Hull
le 2 Fév 2011
0 votes
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
le 8 Fév 2011
0 votes
Catégories
En savoir plus sur Surface and Mesh Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!