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