|
BIMHome v1.0.0
BIMHome接口文档说明
|
#include <Point.h>
Public 成员函数 | |
| virtual Geometry * | copy (void) const |
| Base::Vector3d | getPoint () const |
| 获取三维点 | |
| Point () | |
| Point (Base::Vector3d point) | |
| 构造三维点 | |
| void | Reverse () |
| void | setPoint (const Base::Vector3d &pt) |
| 设置三维点 | |
Public 成员函数 继承自 Geometry | |
| Geometry * | clone (void) const |
| Geometry () | |
| virtual double | getLength () const |
| GeometryType | getType () const |
| virtual | ~Geometry () |
Private 属性 | |
| Base::Vector3d | mPoint |
额外继承的成员函数 | |
Protected 属性 继承自 Geometry | |
| GeometryType | mType |