| Class Names |
| List of: | Discussion Topic | |
| Subjects: | Extending ACIS, C++ Interface | |
| Contents: | Application Development Manual | |
| Derived organization classes are generally named <BASE-CLASS>_<sentinel>, where <BASE-CLASS> is the name of the base class from which this class is derived, and sentinel is the organization sentinel. Application-specific and subsequent derived classes do not have any such naming restrictions. | |||||
| In the assembly modeling example, the organization is named XYZ, and the organization class derived from ENTITY is named ENTITY_XYZ. The examples in this section derive two application-specific classes, ASSEMBLY and INSTANCE. | |||||