Re: "mesh" question
- To: mathgroup at smc.vnet.net
- Subject: [mg8681] Re: [mg8659] "mesh" question
- From: seanross at worldnet.att.net
- Date: Mon, 15 Sep 1997 02:49:09 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Jose Javier Guzman wrote: > > I tried posting this yesterday but I don't think it went through... > Hi, I have recently started using Mathematica and > I have a question that you guys can probably help me with. > Here is my problem: I have two lines in 3-D > of the form Line[{{x1,y1,z1},{x2,y2,z2},...{xn,yn,zn}}] . > I want to create a "mesh" or surface between these two lines. > > 1) How can I do that?? and > 2) What about if I have more than two lines?? > Do you mean that you want to "connect the dots"? Since you want to make multiple line segments, but have it automatic, it seems like some combination of Line, MapThread, Map, @@, Outer etc. would do what you want.