Click or drag to resize

IntersectionLineToPlane Method

返回用户文档首页
判断直线与平面的交点

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public static Point LineToPlane(
	Line line,
	Plane plane
)

Parameters

line  Line
线段
plane  Plane
平面

Return Value

Point
若有交点,返回交点,若平行,返回null
See Also