From: Bruce S. <bas...@un...> - 2002-06-20 03:28:03
|
Not frame, which is a mechanism for grouping objects together. You can get a corrugated pipe by stacking a bunch of rings: for x in arange(-1, 1, 0.1): ring(pos=(x,0,0), radius=0.5, thickness=0.1, color=color.cyan) To get a nice clean pipe at present would require using the faces object to do it all yourself (by splitting the object into a large number of triangles). Bruce Sherwood At 03:25 PM 02/06/19 -0700, IVES,THOM (HP-Boise,ex1) wrote: >New guy here, > >How would you make a hole down the axis of a cylinder to create a pipe? >Frame somehow? I'd really like to be able to see through it. > >Thom > >Thom Ives |