|
NAMEgdiff - a BRL-CAD differential geometry comparatorSYNOPSISgdiff [options...] left_object right_object DESCRIPTIONgdiff compares BRL-CAD geometry objects using LIBRT's solid raytracing capabilities and visualizes differences in the display manager.Red segments are those generated only from intersections with the left_obj object while blue segments represent intersections unique to the right_obj object. White segments represent intersections common to both objects. By default, only segments unique to the left and/or right objects are displayed. Users will want to pay careful attention to grid size. By default gdiff will try to guess a reasonable grid spacing using the bounding boxes of the objects in question, but depending on the visual quality of the result users may want to adjust the spacing up or down. Be careful of specifying tolerances that are too fine - performance will drop off rapidly as grid spacing becomes very small. OPTIONS-hPrints help.
-g # Controls grid spacing. Units are mm.
-l Visualize solid segments occurring only in the left
object.
-r Visualize solid segments occurring only in the right
object.
-b Visualize solid segments occurring in both the left and
right object (i.e. common or shared volume).
-G Report differences in grazing hits. By default,
differences are reported only when they can be verified by shooting parallel
rays offset around the original shotline reporting a difference. This options
disables that filter.
AUTHORClifford YappCOPYRIGHTThis software is Copyright (c) 2016-2019 United States Government as represented by the U.S. Army Research Laboratory.BUG REPORTSReports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
Visit the GSP FreeBSD Man Page Interface. |