Difference between revisions of "MGED CMD fracture"

From BRL-CAD
m
m
 
Line 1: Line 1:
 
[[Category:MGED|Fracture]]
 
[[Category:MGED|Fracture]]
 
+
[[Category:MGED object generators|Fracture]]
 
=fracture=
 
=fracture=
 
__TOC__
 
__TOC__

Latest revision as of 01:07, 4 January 2010

fracture[edit]

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]

facetize

Page Generated by David Loman on: 10/11/2007 at: 12:57:14 PM