MGED CMD fracture
From BRL-CAD
Revision as of 06:48, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =fracture= __TOC__ ==Syntax== :fracture NMG_shape [prefix] ==Argument(s)== : '''NMG_shape''' :: Source NMG Primitive : '''[prefix]''' :: Prefix to be added to result...)
fracture
Contents
Syntax
- fracture NMG_shape [prefix]
Argument(s)
- NMG_shape
- Source NMG Primitive
- [prefix]
- Prefix to be added to resultant NMG primitives.
Return Value(s)
- No Return Values for this command.
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.
Example(s)
- mged> fracture shape1.nmg f
- Create a series of NMG shapes named "f_#", one for each face in shape1.nmg.
See Also
Page Generated by David Loman on: 10/11/2007 at: 12:57:14 PM