Name

read_muves — Reads the indicated “MUVES_regionmap_file” and creates an internal list of all the MUVES components defined in the file along with the corresponding BRL-CAD regions.

Synopsis

read_muves {MUVES_regionmap_file}

DESCRIPTION

Reads the indicated “MUVES_regionmap_file” and creates an internal list of all the MUVES components defined in the file along with the corresponding BRL-CAD regions. This list can then be used to display the regions in terms of the MUVES component names. See the e_muves, t_muves, and l_muves commands.

EXAMPLES

The example shows the use of the read_muves command to create an internal list of MUVES components and corresponding BRL-CAD regions defined in a specified file.

Example 1. Read a specified file to list MUVES components and their BRL-CAD regions.

mged>read_muves region_map

Reads the MUVES file named region_map.


AUTHOR

BRL-CAD Team

BUG REPORTS

Reports of bugs or problems should be submitted via electronic mail to <devs@brlcad.org>, or via the "cadbug.sh" script.