BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
PlatformAlgorithm
ProjectHelper
getNearestPointByProjectPointOnCurves
getNearestPointByProjectPointOnCurves2D
◆
getNearestPointByProjectPointOnCurves2D()
static
Base::Vector2d
getNearestPointByProjectPointOnCurves2D
(
const
Base::PolyLine2D
&
polyLine
,
const
Base::Vector2d
&
point
)
static
计算点到二维多段线的最短投影点
计算二维空间点到多段线的最短距离投影点坐标
参数
[in]
polyLine
输入的二维多段线对象
[in]
point
待投影的二维空间点坐标
返回
返回二维投影点坐标