MGED CMD bot face fuse
From BRL-CAD
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