ParametricPlot3D between two curves
- To: mathgroup at smc.vnet.net
- Subject: [mg77735] ParametricPlot3D between two curves
- From: chuck009 <dmilioto at comcast.com>
- Date: Fri, 15 Jun 2007 04:58:03 -0400 (EDT)
Suppose I have two lists of r and theta points that make up two curves in the x-y plane. I'd like to be able to draw a parametric plot of a surface that only draws the component of the surface between these two curves. I can create a table of the Polygons between the two curves directly but that's messy and time-consuming. Is there no other way to do this type of graphics programming?