1bdy(1gv) bdy(1gv)
2
3
4
6 bdy - boundary curve finder
7
9 bdy [precision]
10
12 Bdy is a filter used to find boundary curves in Geomview objects. The
13 program reads a geomview object from standard input and prints the
14 resultant vector object to standard output. Bdy finds the segments of
15 the vector by first converting the given object into a polylist (See
16 anytooff(1)). Then, it finds all edges used once and only once in the
17 polylist and combines these edges into a vector object. The optional
18 precision arguement specifies the maximum distance between vertices
19 that are to be considered identical. By default, it is set to 0.0,
20 indicating that the vertices must be numerically identical. It may
21 sometimes be necessary to set it to a higher value to compensate for
22 floating-point error.
23
24 The vector object is always black.
25
27 The vector object is not a particularly compact representation of
28 itself, since it contains many 2-vertex segments which could be com‐
29 bined.
30
32 geomview(1), anytooff(1), anytopl(3), bdy(3), offconsol(1), plconsol(3)
33
35 Celeste Fowler
36 The Geometry Center
37
38
39
40Geometry Center June 12 1992 bdy(1gv)