Click or drag to resize

ProjectionPointToPlane Method

返回用户文档首页
计算点在平面上的投影点

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public static Point PointToPlane(
	Point pt,
	GeometricPlane plane
)

Parameters

pt  Point
plane  GeometricPlane
平面

Return Value

Point
投影点
See Also