AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
APIGeomElement.h
浏览该文件的文档.
1 //Public API. Powered by AnyCAD.
2 
3 #ifndef _APIGeomElement_H_
4 #define _APIGeomElement_H_
5 
6 #include "APIObjectDef.h"
7 
8 #include "APIRenderableElement.h"
9 
10 namespace AnyCAD{ namespace API
11 {
12  class EntitySceneNode;
13  class TopoShape;
14  class ReferencePlane;
15  class SceneNode;
24  : public RenderableElement
25  {
27  public:
32  void SetVisibleShapeType(int _VisibleShapeType);
37  int GetVisibleShapeType() const;
38 
43  void SetGeometry (const TopoShape& geometry) ;
48  TopoShape GetGeometry () const;
53  virtual SceneNode GetSceneNode () const;
54  };//GeomElement;
55 }}//API
56 
57 #endif //_APIGeomElement_H_
#define AnyPlatformAPI_API
Definition: AnyPlatformAPI.h:8
The element that can hold geometry.
Definition: APIRenderableElement.h:22
场景的节点的基类。
Definition: APISceneNode.h:22
拓扑对象
Definition: APITopoShape.h:18
The element that can hold geometry.
Definition: APIGeomElement.h:23
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33