PlaneDistance(Point) Method |
返回用户文档首页
计算给定点到平面的距离。
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic double Distance(
Point v
)
Parameters
- v Point
- 要计算距离的点。
Return Value
Double点到平面的距离。
See Also