Difference between revisions of "BRL-CAD Commands"
From BRL-CAD
(capitalize the first letter in "Unix", put program names in <code> tags, replaced double hyphens with em dashes) |
(created the "rendering" subsection and added rtwizard and rtedge to it; arranged entries alphabetically; fixed spelling typo) |
||
Line 4: | Line 4: | ||
== Modelling == | == Modelling == | ||
+ | |||
+ | <code>fence</code>—make a model of a fence | ||
<code>mged</code>—multi-device geometry editor. Start here. | <code>mged</code>—multi-device geometry editor. Start here. | ||
− | |||
− | |||
<code>tire</code>—make a model of a tire | <code>tire</code>—make a model of a tire | ||
Line 13: | Line 13: | ||
<code>vegetation</code>—make a model of a tree. | <code>vegetation</code>—make a model of a tree. | ||
− | == Model | + | == Model Interrogation == |
<code>rtshot</code>—pass a ray through a model to see what it hits. | <code>rtshot</code>—pass a ray through a model to see what it hits. | ||
− | == Translators to BRL-CAD | + | == Translators to BRL-CAD == |
== Translators from BRL-CAD == | == Translators from BRL-CAD == | ||
+ | |||
+ | <code>g-stl</code>—convert a .g file to a .stl file | ||
<code>g-vrml</code>—convert a .g file to vrml 2.0 | <code>g-vrml</code>—convert a .g file to vrml 2.0 | ||
− | <code> | + | == Rendering == |
+ | |||
+ | <code>rtwizard</code>—Tcl/tk-based front end to the raytracer. | ||
+ | |||
+ | <code>rtedge</code>—Creates line-art renders of models. |
Revision as of 14:51, 13 May 2010
This is a list of the Unix commands provided by BRL-CAD. In the spirit of Unix there are over 400 commands that each do a single thing well and can be used together as you see fit.
Contents
Modelling
fence
—make a model of a fence
mged
—multi-device geometry editor. Start here.
tire
—make a model of a tire
vegetation
—make a model of a tree.
Model Interrogation
rtshot
—pass a ray through a model to see what it hits.
Translators to BRL-CAD
Translators from BRL-CAD
g-stl
—convert a .g file to a .stl file
g-vrml
—convert a .g file to vrml 2.0
Rendering
rtwizard
—Tcl/tk-based front end to the raytracer.
rtedge
—Creates line-art renders of models.