AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
APIGlobalInstance.h
浏览该文件的文档.
1 #pragma once
2 
3 #include "APIPath.h"
4 #include "APIBrepTools.h"
5 #include "APIMatrixBuilder.h"
6 #include "APITopoShapeConvert.h"
7 #include "APITopoExplor.h"
8 #include "APIApplication.h"
9 #include "APIFontManager.h"
10 #include "APICommandManager.h"
11 #include "APIUserCommandManager.h"
12 #include "APIImageLibrary.h"
13 namespace AnyCAD{ namespace API{
14 
15  class APath;
16 
24  {
25  public:
35 
36  public:
37  static void SetConfigFileName(const String& fileName);
43  static bool Initialize(const Path& dir);
51  static bool RegisterSDK(const String& email, const String& uuid, const String& key);
52  };
53 }}
static CommandManager commandManager
Definition: APIGlobalInstance.h:32
#define AnyPlatformAPI_API
Definition: AnyPlatformAPI.h:8
Explor the sub shapes of a shape.
Definition: APITopoExplor.h:18
The image library.
Definition: APIImageLibrary.h:17
static TopoShapeConvert topoShapeConvert
Definition: APIGlobalInstance.h:29
平台应用程序
Definition: APIApplication.h:21
std::string String
Definition: APIString.h:10
static MatrixBuilder matrixBuilder
Definition: APIGlobalInstance.h:28
static FontManager fontManager
Definition: APIGlobalInstance.h:31
The global instance.
Definition: APIGlobalInstance.h:23
static ImageLibrary imageLibrary
Definition: APIGlobalInstance.h:34
static Application application
Definition: APIGlobalInstance.h:26
static BrepTools brepTools
Definition: APIGlobalInstance.h:27
The font manager.
Definition: APIFontManager.h:18
命令管理器
Definition: APICommandManager.h:19
static TopoExplor topoExplor
Definition: APIGlobalInstance.h:30
The TopoShapeConvert.
Definition: APITopoShapeConvert.h:25
The user command manager.
Definition: APIUserCommandManager.h:18
TODO:
Definition: APIPath.h:16
矩阵构造器。
Definition: APIMatrixBuilder.h:17
造型工具集
Definition: APIBrepTools.h:19
static UserCommandManager userCommandManager
Definition: APIGlobalInstance.h:33