MGED CMD bot face fuse

From BRL-CAD
Revision as of 07:19, 18 August 2008 by Dloman (talk | contribs) (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#...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


bot_face_fuse

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

bot_condense
bot_decimate
bot_face_fuse
bot_face_sort
bot_vertex_fuse



Page Generated by David Loman on: 10/11/2007 at: 12:02:31 PM