ASSY_CHECKER.GRS


$$ PROGRAM: ASSY_CHECKER.GRS
$$
$$ KEYWORDS:
$$   utility
$$
$$ ABSTRACT:
$$   This program will check for interference between UG Solids
$$   models in an assembly part file.  The interference solids
$$   are created on the current work layer, with phantom line
$$   fonts and will be the current system color.
$$
$$ RELEASE HISTORY:
$$    Revision: Tim Schramer
$$    Title:    Senior Engineer - UGII applications
$$    Company:  McDonnell Douglas Space Systems Company
$$              5301 Bolsa Ave., M/S 17-507
$$              Huntington Beach, CA.  92647
$$              714/896-3311, Ext: 71642
$$.
$$   Revision 5.0    Tim Schramer       April  30, 1993
$$     Added "MEMBER,ON" to IDENT statement.
$$     Allow multiple interference solids to be generated (100 max).
$$     Group multiple interference solids.
$$     Names interference group or individual interference solids.
$$     Reduced report messages from 1500 to 1000 (avoids error #101).
$$     Always make labels on solids, not just for report option.
$$     Added option to save the labels for the interferring solids.
$$     Note entities made AT the solid centroid instead the WCS plane.
$$     Fixed bug when result of INTERSection is "2".
$$     Revised help screen.
$$.
$$   Revision 4.0    Dewayne Evans    April 19, 1993
$$     Fixed a problem caused by changes made to the INTFER command,
$$     fixed an array bug and added solid labels.
$$.
$$   Revision 3.0    John DiFonzo     February 10, 1992
$$     NeXT Computer, Inc.
$$     Redwood City, CA
$$     Added checking for null interference solids.
$$.
$$   Revision 2.0    Dewayne Evans    January  27, 1992
$$     Added help and report options.
$$.
$$   Revision 1.0    Dewayne Evans    October  02, 1991
$$   13-JAN-95 INITIAL SUBMISSION TO LIBRARY
$$
$$ Required Subroutines: (None)
$$
$$ REQUIRED DATA/PART FILES:
$$
$$ Author: Dewayne Evans    Version 1.0    June 09,1990
$$ Title: Advanced Applications Engineer - TSS
$$ Company: EDS Unigraphics
$$          3945 Freedom Circle, Suite 130
$$          Santa Clara, CA.  95054
$$          408/987-4016
$$
$$ SYSTEM TYPE: ALL
$$
$$ THEORY/VARIABLE USAGE:
$$


$$  Declaration Statements, defaults and variable documentation...