Named Entities
There ares several steps to output named entities.
- HyperWorks Desktop executes the before() level followed by the beforecollector() level.
- Since the HyperWorks Desktop database does not have a collector collector, the beforecollector() level is a duplicate of the before() level and is immediately executed once.
- HyperWorks Desktop executes the format() level for each of the named entities in the database. All of the data is available.
- The aftercollector() and after() levels are processed similarly to the before() and beforecollector() levels in step 1.