FreeBSD Manual Pages
BOT_SPLIT(nged) BRL-CAD User Commands BOT_SPLIT(nged) NAME bot_split - Split a single BOT primitive, containing disjoint groups of facets, into multiple BOT primitives, one BOT per disjoint group. SYNOPSIS bot_split {bot} [bot2 bot3...] DESCRIPTION Split a single BOT primitive, containing disjoint groups of facets, into multiple BOT primitives, one BOT per disjoint group. For example, if a model contains a single BOT with separate geometry for each of four tires, and you need each tire split into a separate BOT, you could use 'bot_split'. Note that this works only if each tire does not share edges or vertices with any of the other tires (i.e. they are disjoint). The resulting BOTs will have the same name as the original BOT except a sequential number will be appended to the name of each new BOT. The names of the new BOTs will be listed when 'bot_split' completes. It is recommended to run commands 'bot_vertex_fuse' then 'bot_face_fuse' before running 'bot_split'. AUTHOR BRL-CAD Team BUG REPORTS Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org BRL-CAD 03/02/2021 BOT_SPLIT(nged)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR | BUG REPORTS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=bot_split&manpath=FreeBSD+13.0-RELEASE+and+Ports>