|
BIMHome v1.0.0
BIMHome接口文档说明
|
#include <Hatch2D.h>
Public 成员函数 | |
| virtual Geometry2D * | copy (void) const |
| std::vector< std::string > | getElements () |
| 获取几何对象元素 | |
| std::vector< Geometry2D * > | getGeoList () const |
| 获取地理数据 | |
| std::string | getHatchType () |
| 获取填充类型 | |
| Hatch2D () | |
| Hatch2D (const std::vector< std::string > &mDimElements) | |
| 设置二维填充的存储数组 | |
| void | setElements (const std::vector< std::string > &elements) |
| 设置几何对象元素 | |
| void | setGeoList (const std::vector< Geometry2D * > &geoList) |
| 设置地理数据 | |
| void | setHatchType (std::string hatchType) |
| 设置填充类型 | |
| virtual | ~Hatch2D () |
Public 成员函数 继承自 Geometry2D | |
| Geometry2D * | clone (void) const |
| Geometry2D () | |
| Geometry2DType | getType () const |
| virtual | ~Geometry2D () |
Private 属性 | |
| std::vector< std::string > | mHatchElements |
| std::vector< Geometry2D * > | mHatchGeometry2D |
| std::string | mHatchType |
额外继承的成员函数 | |
Protected 属性 继承自 Geometry2D | |
| Geometry2DType | mType |