LineSegmentDistance Method |
返回用户文档首页
计算给定点与线段上距离。
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntaxpublic double Distance(
Point v
)
Parameters
- v Point
- 要投影的点。
Return Value
Double点v在线段上的距离。
See Also