3 #ifndef _APIPickHelper_H_
4 #define _APIPickHelper_H_
8 namespace AnyCAD{
namespace API
11 class SelectedShapeQuery;
29 void SetPickFlags (
int nFlags) ;
34 void Initialize (
const Renderer& renderer) ;
41 bool Pick (
int cx,
int cy) ;
47 bool Pick (
const Vector2& mousePosition) ;
72 Vector3 GetPointOnShape ()
const;
81 #endif //_APIPickHelper_H_
拾取辅助类.
Definition: APIPickHelper.h:21
Point or vector.
Definition: APIMath.h:16
场景的节点的基类。
Definition: APISceneNode.h:22
拓扑对象
Definition: APITopoShape.h:18
The context to query the selected shape.
Definition: APISelectedShapeQuery.h:20
#define DECLARE_APIOBJECT(className)
Definition: APIObjectDef.h:10
Point or vector.
Definition: APIMath.h:37
渲染器。
Definition: APIRenderer.h:25