MGED CMD facetize

From BRL-CAD

facetize[edit]

Syntax[edit]

facetize [-ntT] [-P#] new_object old_object


Argument(s)[edit]

-n
Specifies that the resulting shape should be saved as an NMG shape.
-t
Create TNURB faces rather than planar approximations (this option is still under development)
-T
Specifies that all faces in the new_object should be triangulated.
-P#
Number of CPUs to use for this command. Currently ignored.
new_object
Name for resultant Primitive
old_object
Name of source primitive or collection.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "facetize" command creates new_object as a BOT shape by tessellating all the primitive shapes in old_object and then performing any Boolean operations specified in old_object.


Example(s)[edit]

mged> facetize region1.nmg region1.r
Create a facetized BOT version of existing object region1.r.


See Also[edit]

No related commands.



Page Generated by David Loman on: 10/11/2007 at: 12:54:53 PM