Click or drag to resize

IntersectionPlaneToPlane Method

返回用户文档首页
判断两个平面的交线

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public static Line PlaneToPlane(
	Plane plane1,
	Plane plane2
)

Parameters

plane1  Plane
直线1
plane2  Plane
直线2

Return Value

Line
若不平行返回交线,若平行,返回NULL
See Also