Editing Extrude

From BRL-CAD

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 2: Line 2:
  
 
{|align="right"
 
{|align="right"
  |[[Image:extrude_example.png|resize|256px|Example extrude object created with "in" command]]
+
  |[[Image:http://i.imgur.com/MrbawBa.png|thumb|256px|Example extrude object created with "in" command]]
 
  |}
 
  |}
 
 
You can create an "extrude" object through the normal object creation facilities.
 
You can either run the "in" command or use the Create menu.  The 'in' 
 
command will interactively prompt you for parameters.
 
 
Here is an example of a sketch creation followed by an extrude  object
 
creation based on it.
 
 
Sketch creation:
 
<pre>
 
mged> put sketch_example sketch V {0 0 0} A {1 0 0} B {0 1 0} VL { {0 0} {1 0} {1 1} {0 1} } SL {
 
  {line S 0 E 1} {line S 1 E 2} {line S 2 E 3} {line S 3 E 0} }
 
 
</pre>
 
 
followed by an Extrude creation:
 
 
<pre>
 
mged> in
 
Enter name of solid: extrude_example
 
Enter solid type: extrude
 
Enter X, Y, Z of vertex: 0 0 0
 
Enter X, Y, Z of H: 0 0 1
 
Enter X, Y, Z of A: 1 0 0
 
Enter X, Y, Z of B: 0 1 0
 
Enter name of sketch: sketch_example
 
</pre>
 

Please note that all contributions to BRL-CAD may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see BRL-CAD:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)