|
BIMHome v1.0.0
BIMHome接口文档说明
|
提供几何对象的归一化和几何列表操作的工具类 更多...
#include <GeometryUtility.h>
Public 成员函数 | |
| GeometryUtility () | |
| 默认构造函数 | |
| ~GeometryUtility () | |
| 默认析构函数 | |
静态 Public 成员函数 | |
| static std::vector< std::shared_ptr< Geometry > > | getGeometryListOffset (std::vector< std::shared_ptr< Geometry > > geoList, const Base::Vector3d &pt) |
| 按照指定点对几何对象列表进行归一化 | |
| static std::shared_ptr< Geometry > | getGeometryOffset (std::shared_ptr< Geometry > geo, const Base::Vector3d &pt) |
| 按照指定点对几何对象进行归一化 | |
| static Base::LineSegment * | getMaxLengthGeometryObj (std::vector< Base::Geometry * > partlist) |
| 从几何对象列表中获取最长的线段 | |
提供几何对象的归一化和几何列表操作的工具类
该类包含几何对象的归一化处理以及从几何列表中获取最长线段等功能。