Click or drag to resize

DistancePointToPlane Method

返回用户文档首页
计算点到平面的距离

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public static double PointToPlane(
	Point p,
	Plane plane
)

Parameters

p  Point
plane  Plane
平面

Return Value

Double
点到平面的垂直距离
See Also