MGED CMD facetize


[edit] facetize

Contents


[edit] Syntax

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


[edit] Argument(s)

-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.


[edit] Return Value(s)

No Return Values for this command.


[edit] Description

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.


[edit] Example(s)

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


[edit] See Also

No related commands.



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