The VWS2 B-rep Parser is a computer program written in LISP that takes a file giving the boundary representation of a part as input and produces a file giving a feature-based representation of the part as output. The format of the input file is a Product Data Exchange Specification (PDES)/Standard for The Exchange of Product data (STEP) boundary representation, and the format of the output file is that required by the VWS2 system of the National Institute of Standards and Technology (NIST) Automated Manufacturing Research Facility (AMRF). The parser deals with a limited range of two-and-a-half dimensional parts. The general approach to parsing is to expect that the part is parsable and look for arrangements of faces which are the signatures of features. The initial implementation of the approach recognizes five feature types. The approach is extendible to a wider range of feature and subfeature types, and to parts which have features made from several sides. Parts having features which intersect in a complex manner are likely to test the limits of this approach, or be beyond the limits. With the addition of this parser, the AMRF Vertical Workstation is capable of making a part from a PDES/STEP file without human intervention.
展开▼