g-dot - BRL-CAD to DOT language converter
g-dot [-o output.dot] database.g
object(s)
g-dot converts the specified object(s) from a BRL-CAD
database.g file to the DOT language format. The -o option
specifies an output .dot file (writes to stdout by default).
The DOT language format is a plain text format for describing
graphs. Programs like Graphviz, Tulip, OmniGraffle, and others can render
.dot files (such as those produced by g-dot) as images.
$ g-dot -o sample.dot sample.g sample_object
Error messages are intended to be self-explanatory.
This software is Copyright (c) 1997-2019 by the United States Government as
represented by U.S. Army Research Laboratory.
Reports of bugs or problems should be submitted via electronic mail to
devs@brlcad.org