MGED CMD nmg simplify
From BRL-CAD
nmg_simplify[edit]
Contents
Syntax[edit]
- nmg_simplify [arb|tgc|poly] new_shape nmg_shape
Argument(s)[edit]
- [arb|tgc|poly]
- Object Type to attempt to create
- new_shape
- New Object Name
- nmg_shape
- Object to be simplified.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
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)[edit]
- mged> nmg_simplify poly shapea.poly shapea.nmg
- Convert the NMG shape named shapea.nmg to a polysolid named shapea.poly.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 1:54:37 PM