DistancePointToPlane Method |
返回用户文档首页
计算点到平面的距离
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic static double PointToPlane(
Point p,
Plane plane
)
Parameters
- p Point
- 点
- plane Plane
- 平面
Return Value
Double点到平面的垂直距离
See Also