From: John S. <joh...@ya...> - 2005-08-16 19:59:08
Are there any objects like a hollow pipe? How would I
make a hollow pipe if there is not one?
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
From: Bruce S. <Bru...@nc...> - 2005-08-16 21:32:07
See the on-line reference manual for a complete listing of existing
objects. There is no hollow pipe. You could create one using the
low-level "faces" object.
Bruce Sherwood
John Stormrider wrote:
> Are there any objects like a hollow pipe? How would I
> make a hollow pipe if there is not one?
>
>
>
> ____________________________________________________
> Start your day with Yahoo! - make it your home page
> http://www.yahoo.com/r/hs
>
>
>
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Visualpython-users mailing list
> Vis...@li...
> https://lists.sourceforge.net/lists/listinfo/visualpython-users
From: Jonathan B. <jbr...@ea...> - 2005-08-17 01:35:13
On Tue, 2005-08-16 at 12:58 -0700, John Stormrider wrote:
> Are there any objects like a hollow pipe? How would I
> make a hollow pipe if there is not one?
You can make a curve with a large radius. The ends are not closed.
-Jonathan