Difference between revisions of "BRL-CAD Commands"
From BRL-CAD
(This page would be better if it was formatted like MGED Commands) |
(capitalize the first letter in "Unix", put program names in <code> tags, replaced double hyphens with em dashes) |
||
Line 1: | Line 1: | ||
[[category:commands| BRL-CAD Commands]] | [[category:commands| BRL-CAD Commands]] | ||
{{stub}} | {{stub}} | ||
− | This is a list of the | + | 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. |
== Modelling == | == Modelling == | ||
− | mged | + | <code>mged</code>—multi-device geometry editor. Start here. |
− | fence | + | <code>fence</code>—make a model of a fence |
− | tire | + | <code>tire</code>—make a model of a tire |
− | vegetation | + | <code>vegetation</code>—make a model of a tree. |
== Model Interogation == | == Model Interogation == | ||
− | rtshot | + | <code>rtshot</code>—pass a ray through a model to see what it hits. |
== Translators to BRL-CAD == | == Translators to BRL-CAD == | ||
Line 21: | Line 21: | ||
== Translators from BRL-CAD == | == Translators from BRL-CAD == | ||
− | g-vrml | + | <code>g-vrml</code>—convert a .g file to vrml 2.0 |
− | g-stl | + | <code>g-stl</code>—convert a .g file to a .stl file |
Revision as of 20:50, 12 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.
Modelling
mged
—multi-device geometry editor. Start here.
fence
—make a model of a fence
tire
—make a model of a tire
vegetation
—make a model of a tree.
Model Interogation
rtshot
—pass a ray through a model to see what it hits.
Translators to BRL-CAD
Translators from BRL-CAD
g-vrml
—convert a .g file to vrml 2.0
g-stl
—convert a .g file to a .stl file