3 #ifndef _APISelectedEntityQuery_H_
4 #define _APISelectedEntityQuery_H_
10 namespace AnyCAD{
namespace API
12 class RenderableEntity;
30 bool IsEmpty ()
const;
40 int GetSubNodeId ()
const;
60 int GetSubEntityIndex ()
const;
65 int GetSubEntityType ()
const;
75 Matrix4 ComputeGlobalTransform ()
const;
79 #endif //_APISelectedEntityQuery_H_
可以显示的Entity。
Definition: APIRenderableEntity.h:19
Matrix4.
Definition: APIMath.h:248
The selection context interface.
Definition: APISelectionQuery.h:17
The context to query the selected entity.
Definition: APISelectedEntityQuery.h:21
The id.
Definition: APIElementId.h:16
场景的节点的基类。
Definition: APISceneNode.h:22
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33
std::vector< int > IntList
Definition: APIString.h:16