Click or drag to resize

IntersectionLineSegmentToPlane Method

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

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public static Point LineSegmentToPlane(
	LineSegment line,
	Plane plane
)

Parameters

line  LineSegment
线段
plane  Plane
平面

Return Value

Point
若有交点返回交点,若平行或无交点,返回NULL
See Also