Difference between revisions of "MGED CMD ev"

From BRL-CAD
(New page: Category:MGED =ev= __TOC__ ==Syntax== :ev [-dfnrstuvwST] [-P#] [-C#/#/#] <objects> ==Argument(s)== : '''-d''' :: Do not perform Boolean operations or any checking; simply con...)
 
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Ev]]
 
+
[[Category:MGED view manipulation|Ev]]
 
=ev=
 
=ev=
 
__TOC__
 
__TOC__

Revision as of 14:16, 21 November 2009

ev

Syntax

ev [-dfnrstuvwST] [-P#] [-C#/#/#] <objects>


Argument(s)

-d
Do not perform Boolean operations or any checking; simply convert shapes to polygons and draw them. Useful for visualizing BOT and polysolid primitives.
-f
Fast path for quickly visualizing polysolid primitives.
-w
Draw wireframes (rather than polygons).
-n
Draw surface normals as little "hairs."
-s
Draw shape lines only (no dot-dash for subtract and intersect).
-t
Perform CSG-to-tNURBS conversion (still under development).
-v
Shade using per-vertex normals, when present.
-u
Draw NMG edgeuses (for debugging).
-S
Draw tNURBs with trimming curves only, no surfaces.
-T
Do not triangulate after evaluating the Boolean (may produce unexpected results if not used with the w option
-P#
Use # processors in parallel. Default=1.
-r
Draw all objects in red. Useful for examining objects colored black.
-C#/#/#
Optional. Specifies a color that overrides all other color specifications including combination colors and region-id-based colors. Valid color values are 0-255.


Return Value(s)

No Return Values for this command.


Description

The "ev" command evaluates the objects specified by tessellating all primitive shapes in the objects and then performing any Boolean operations specified in the objects. The result is then displayed in the MGED display.


Example(s)

mged> ev region1 shapea
Display evaluated region1 and shapea as shaded polygons
mged> ev -wT region1
Display evaluated region1 as wireframe without triangulating.


See Also

No related commands.



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