MGED CMD solids

From BRL-CAD

solids[edit]

Syntax[edit]

solids file <objects>


Argument(s)[edit]

file
Destination filename.
<objects>
One or more valid BRL-CAD Objects.

Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "solids" command lists a summary of all the primitive shapes used in regions referenced by the list of objects. The summary is written to the specified file. The summary is similar to that produced by the regions command, but with the addition of primitive shape parameters. The shape parameters listed will have the accumulated transformation matrices along the path from the listed objects to the primitive shape applied (as would be listed by the listeval command). The showmats command may be used to see the actual transformation matrices.


Example(s)[edit]

mged> solids shapes_summary group1 regiona
Write a summary of all the regions in group1 and include the region named regiona. The summary will include detailed shape parameters for the shapes used in the regions.

See Also[edit]

regions



Page Generated by David Loman on: 10/12/2007 at: 7:23:09 AM