Content


NTL
Core
IModelService

IModelService


This interface describes model service.

You can find more information in comments below.

class IModelService
{
public:
    virtual void setParent(IModel *value) = 0; // Set parent

    virtual void NotifyOnParentTransformChanged() = 0; // Called when there were a change in parent(of any level) model transformation
};
Namespace: nitisa
Include: Nitisa/Interfaces/IModelService.h