2008-02-2610:38 PM - last edited on 2023-05-2412:02 PM by Rubia Torres
2008-02-2610:38 PM
I'm attempting to create a brick soldier course over an eyebrow window.
I want the object to be parametric based on the radius used to make the eyebrow and the length of the window. I think I understand the math, I'm just not sure what is the best command to use to create a segment of a TUBE.
I would look at the REVOLVE command or the PRISM_ command. Both of these can use the ADDITIONAL STATUS CODES that allow you to define the resolution of the curves with the RESOL command, rather than calculating and placing each point along the path of the curve. The TUBE command does not have these status codes for the path portion of the command.
HTH
David
David Maudlin / Architect www.davidmaudlin.com Digital Architecture AC27 USA • iMac 27" 4.0GHz Quad-core i7 OSX11 | 24 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14
I've been looking at the REVOLVE command all morning and that looks like that might get me where I need to go. I'll start looking at how I can manipulate the RESOL command with it. I definitely like it better than trying to calculate each node! Thanks.