BOT_VERTEX_FUSE(nged)
DESCRIPTION
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.
EXAMPLES
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.
COPYRIGHT
This software is Copyright (c) 1989-2021 by the United States Government as represented by U.S. Army Research Laboratory.
BUG REPORTS
Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org