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.
The example shows the use of the bot_vertex_fuse command to eliminate duplicate vertices from a BOT solid and store the result in a new BOT primitive.
Example 1. Eliminating duplicate vertices from a primitive and storing the result in a new BOT primitive.
mged>
bot_vertex_fuse bot1_fused bot1_original
Eliminates any duplicate vertices from the primitive named bot1_original and stores the result in the new BOT primitive named bot1_fused.
Reports of bugs or problems should be submitted via electronic
mail to <devs@brlcad.org>