MGED CMD fracture
From BRL-CAD
fracture[edit]
Contents
Syntax[edit]
- fracture NMG_shape [prefix]
Argument(s)[edit]
- NMG_shape
- Source NMG Primitive
- [prefix]
- Prefix to be added to resultant NMG primitives.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "fracture" command creates a new NMG shape for every "face" in the specified NMG_shape. The new shapes will be named by adding an underscore and a number to the prefix. If no prefix is specified, then the NMG_shape name provided is used in place of the prefix.
Example(s)[edit]
- mged> fracture shape1.nmg f
- Create a series of NMG shapes named "f_#", one for each face in shape1.nmg.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 12:57:14 PM