| Deriving Classes |
| List of: | Discussion Topic | |
| Subjects: | C++ Interface, Entity, Extending ACIS | |
| Contents: | Application Development Manual | |
| The class interface consists of all public ACIS classes and their methods (member functions). Class derivation allows developers to add new data to derived classes, and to define new methods for accessing the data. | |||||
| This section describes how to extend ACIS by deriving new classes from existing ACIS classes. It includes an example of the classes that might be derived for assembly modeling. | |||||