3 #ifndef _APIWorkingPlane_H_
4 #define _APIWorkingPlane_H_
8 namespace AnyCAD{
namespace API
31 void SetPosition (
const Vector3& pos) ;
36 void SetDirection (
const Vector3& dir) ;
66 void SetGridNode (
const GridNode& node) ;
70 #endif //_APIWorkingPlane_H_
工作平面
Definition: APIWorkingPlane.h:18
Coordinate.
Definition: APIMath.h:416
The Grid Node. -since R2015.
Definition: APIGridNode.h:19
#define DECLARE_APIOBJECT(className)
Definition: APIObjectDef.h:10
Point or vector.
Definition: APIMath.h:37