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