MGED CMD bot vertex fuse
[edit] bot_vertex_fuse
[edit] Syntax
- bot_vertex_fuse new_bot_solid old_bot_primitive
[edit] Argument(s)
- new_bot_primitive
- Destination BOT
- old_bot_primitive
- Source BOT
[edit] Return Value(s)
- #
- Number of Vertices eliminated.
[edit] Description
The "bot_vertex_fuse" command is used to eliminate duplicate vertices from a BOT solid. It returns the number of vertices eliminated. No tolerance is used, so the vertices must match exactly to be considered duplicates.
[edit] Example(s)
- mged> bot_vertex_fuse bot1_fused bot1_original
- any duplicate vertices from the primitive named bot1_original and store the result in the new BOT primitive named bot1_fused.
[edit] 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:03:08 PM