MGED CMD bot face fuse
From BRL-CAD
bot_face_fuse
Contents
Syntax
- bot_face_fuse new_bot_primitive old_bot_primitive
Argument(s)
- new_bot_primitive
- Destination BOT
- old_bot_primitive
- Source BOT
Return Value(s)
- #
- Number of Faces eliminated.
Description
The "bot_face_fuse" command is used to eliminate duplicate faces from a BOT solid. It returns the number of faces eliminated
Example(s)
- 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
Page Generated by David Loman on: 10/11/2007 at: 12:02:31 PM