MGED CMD nmg simplify
From BRL-CAD
Revision as of 08:09, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =nmg_simplify= __TOC__ ==Syntax== :nmg_simplify [arb|tgc|poly] new_shape nmg_shape ==Argument(s)== : '''[arb|tgc|poly]''' :: Object Type to attempt to create : '''ne...)
nmg_simplify
Contents
Syntax
- nmg_simplify [arb|tgc|poly] new_shape nmg_shape
Argument(s)
- [arb|tgc|poly]
- Object Type to attempt to create
- new_shape
- New Object Name
- nmg_shape
- Object to be simplified.
Return Value(s)
- No Return Values for this command.
Description
The "nmg_simplify" command attempts to convert an existing nmg_shape to a simpler primitive shape type. The user may specify which type to attempt by including arb, tgc, or poly on the command line. If no shape type is specified, all will be attempted in the above order. If tgc is specified, the code will attempt to determine if the nmg_shape is an approximation of a TGC shape.
Example(s)
- mged> nmg_simplify poly shapea.poly shapea.nmg
- Convert the NMG shape named shapea.nmg to a polysolid named shapea.poly.
See Also
Page Generated by David Loman on: 10/11/2007 at: 1:54:37 PM