NDEVR
API Documentation
CADModule.h
1
2#pragma once
3#include "DLLInfo.h"
4
5namespace NDEVR
6{
7 struct Module;
8}
13extern "C" {
15 NDEVR_CAD_API void CADSetupFactoriesForNDEVR();
18 NDEVR_CAD_API void CADInitializeForNDEVR(Module& module);
19
21 NDEVR_CAD_API void AddCADFunctionsToModuleManager();
22}
The primary namespace for the NDEVR SDK.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...