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