Difference between revisions of "MGED CMD make bb"
From BRL-CAD
m |
m |
||
Line 1: | Line 1: | ||
[[Category:MGED|Make_bb]] | [[Category:MGED|Make_bb]] | ||
− | [[ | + | [[Category:MGED object generators|Make_bb]] |
=make_bb= | =make_bb= | ||
__TOC__ | __TOC__ |
Latest revision as of 23:49, 3 January 2010
make_bb[edit]
Contents
Syntax[edit]
- make_bb [-u] new_shape_name <objects|paths>
Argument(s)[edit]
- [-u]
- Optional. Retain Air Regions.
- new_shape_name
- Name of shape to be created
- objects
- Valid BRL-CAD object in db
- Paths
- Valid path in db
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "make_bb" (make bounding box) command builds a single axis-aligned rectangular parallelepiped (RPP) that will contain the objects and paths specified. The paths will include any transformation matrices that accumulate from combinations along the path. The listeval command may be used to see the effect of transformation matrices along a path. The optional -u argument indicates that regions which have the air flag set should be retained, not discarded as is the default.
Example(s)[edit]
- mged> make_bb new_bb shapea group1/region3
- Create an RPP named new_bb that is large enough to contain shapea and group1/region3.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 1:50:08 PM