Difference between revisions of "MGED CMD bot condense"
From BRL-CAD
(New page: Category:MGED =bot_condense= __TOC__ ==Syntax== :bot_condense new_bot_primitive old_bot_primitive ==Argument(s)== : '''new_bot_primitive''' :: Destination [[MGED_Primitive_Types#BO...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Bot condense]] |
− | + | [[Category:MGED BoT operators|Bot condense]] | |
=bot_condense= | =bot_condense= | ||
__TOC__ | __TOC__ |
Latest revision as of 22:05, 7 January 2010
bot_condense[edit]
Contents
Syntax[edit]
- bot_condense new_bot_primitive old_bot_primitive
Argument(s)[edit]
- new_bot_primitive
- Destination BOT
- old_bot_primitive
- Source BOT
Return Value(s)[edit]
- #
- Number of Vertices eliminated.
Description[edit]
The "bot_condense" command is used to eliminate unused vertices from a BOT primitive. It returns the number of vertices eliminated
Example(s)[edit]
- mged> bot_condense bot1_condensed bot1_original
- Eliminate any unused vertices from the primitive named bot1_original and store the result in the new BOT primitive named bot1_condensed.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 12:01:18 PM