BIMHome v1.0.0
BIMHome接口文档说明
Public 成员函数 | 静态 Public 成员函数 | 所有成员列表
GeometryUtility类 参考

提供几何对象的归一化和几何列表操作的工具类 更多...

#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< GeometrygetGeometryOffset (std::shared_ptr< Geometry > geo, const Base::Vector3d &pt)
 按照指定点对几何对象进行归一化
 
static Base::LineSegmentgetMaxLengthGeometryObj (std::vector< Base::Geometry * > partlist)
 从几何对象列表中获取最长的线段
 

详细描述

提供几何对象的归一化和几何列表操作的工具类

该类包含几何对象的归一化处理以及从几何列表中获取最长线段等功能。


该类的文档由以下文件生成: