| Creating a New API Function |
| List of: | Discussion Topic | |
| Subjects: | Extending ACIS, C++ Interface | |
| Contents: | Application Development Manual | |
| Each API function should be placed in a single file. The filename should reflect the routine name if possible. An API function name begins with the prefix api_. This prefix should be followed by a two or three character sentinel that identifies the owner of the API. | |||||
| This section describes how to create an API. It uses api_make_cuboid as an example and describes the major features used in APIs. | |||||