|
BIMHome v1.0.0
BIMHome接口文档说明
|
#include <Curve2D.h>
Public 成员函数 | |
| virtual Geometry2D * | copy (void) const =0 |
| Curve2D () | |
| virtual Base::Vector2d | getCenterPoint () |
| 获取中心点 | |
| virtual double | getLength () const |
| 获取长度 | |
| virtual bool | isClosed ()=0 |
Public 成员函数 继承自 Geometry2D | |
| Geometry2D * | clone (void) const |
| Geometry2D () | |
| Geometry2DType | getType () const |
| virtual | ~Geometry2D () |
额外继承的成员函数 | |
Protected 属性 继承自 Geometry2D | |
| Geometry2DType | mType |