MGED CMD ev

From BRL-CAD

ev[edit]

Syntax[edit]

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


Argument(s)[edit]

-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)[edit]

No Return Values for this command.


Description[edit]

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)[edit]

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[edit]

No related commands.



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