Difference between revisions of "MGED CMD bot face fuse"
From BRL-CAD
(New page: Category:MGED =bot_face_fuse= __TOC__ ==Syntax== :bot_face_fuse new_bot_primitive old_bot_primitive ==Argument(s)== : '''new_bot_primitive''' :: Destination [[MGED_Primitive_Types#...) |
|||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Bot face fuse]] |
− | + | [[Category:MGED BoT operators|Bot face fuse]] | |
=bot_face_fuse= | =bot_face_fuse= | ||
__TOC__ | __TOC__ |
Latest revision as of 22:08, 7 January 2010
bot_face_fuse[edit]
Contents
Syntax[edit]
- bot_face_fuse 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 Faces eliminated.
Description[edit]
The "bot_face_fuse" command is used to eliminate duplicate faces from a BOT solid. It returns the number of faces eliminated
Example(s)[edit]
- mged> bot_face_fuse bot1_fused bot1_original
- Eliminate any duplicate faces from the primitive named bot1_original and store the result in the new BOT primitive named bot1_fused.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 12:02:31 PM