Difference between revisions of "MGED CMD fracture"

From BRL-CAD
(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...)
 
m
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Fracture]]
  
 
=fracture=
 
=fracture=

Revision as of 11:53, 15 November 2009


fracture

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

facetize

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