| BIMHome v1.0.0
    BIMHome接口文档说明 | 
#include <ProjectHelper.h>
| 静态 Public 成员函数 | |
| static Base::Vector3d | getNearestPointByProjectPointOnCurves (const Base::PolyLine &polyLine, const Base::Vector3d &point) | 
| 计算点到多段线的最短投影点 | |
| static Base::Vector2d | getNearestPointByProjectPointOnCurves2D (const Base::PolyLine2D &polyLine, const Base::Vector2d &point) | 
| 计算点到二维多段线的最短投影点 | |