From: Jonathan B. <jbr...@ea...> - 2006-07-11 23:26:15
|
On Tue, 2006-07-11 at 15:29 -0500, Kuzminski, Stefan R wrote: > Hi, > > > > I have a curve and would like to sweep it along a straight line to get > a volume. Is this possible with vpython? There is no existing "extrusion" primitive, however you can easily layer this feature on top of the faces object. HTH, -Jonathan |