Message 1 of 2
Calling published functions

Not applicable
05-24-2014
05:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I created an interface in a public header file. Its implementation is done in an implementation file. How can I call the published functions from other plugins? How can I get the edmeshCD in the following code snippet from max sdk documentation? EMFaceOps* efi = GetEMFaceOpsInterface(edmeshCD); //... efi->Extrude(mesh, faces, 10.0);