Difference between revisions of "MGED CMD bot vertex fuse"
From BRL-CAD
(New page: Category:MGED =bot_vertex_fuse= __TOC__ ==Syntax== :bot_vertex_fuse new_bot_solid old_bot_primitive ==Argument(s)== : '''new_bot_primitive''' :: Destination [[MGED_Primitive_Types#...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Bot vertex fuse]] |
− | + | [[Category:MGED BoT operators|Bot vertex fuse]] | |
=bot_vertex_fuse= | =bot_vertex_fuse= | ||
__TOC__ | __TOC__ |
Latest revision as of 22:06, 7 January 2010
bot_vertex_fuse[edit]
Contents
Syntax[edit]
- bot_vertex_fuse new_bot_solid old_bot_primitive
Argument(s)[edit]
- new_bot_primitive
- Destination BOT
- old_bot_primitive
- Source BOT
Return Value(s)[edit]
- #
- Number of Vertices eliminated.
Description[edit]
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.
Example(s)[edit]
- 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.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 12:03:08 PM