Click or drag to resize

PlaneDist(Point) Method

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

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public double Dist(
	Point v
)

Parameters

v  Point
要计算距离的点。

Return Value

Double
点到平面的距离。
See Also