MGED CMD fracture
[edit] fracture
[edit] Syntax
- fracture NMG_shape [prefix]
[edit] Argument(s)
- NMG_shape
- Source NMG Primitive
- [prefix]
- Prefix to be added to resultant NMG primitives.
[edit] Return Value(s)
- No Return Values for this command.
[edit] Description
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.
[edit] Example(s)
- mged> fracture shape1.nmg f
- Create a series of NMG shapes named "f_#", one for each face in shape1.nmg.
[edit] See Also
- facetize
Page Generated by David Loman on: 10/11/2007 at: 12:57:14 PM