Click or drag to resize

PlaneIntersect(Plane) Method

返回用户文档首页
计算当前平面与另一个平面的交线。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public Line Intersect(
	Plane p
)

Parameters

p  Plane
要与之求交的另一个平面。

Return Value

Line
如果两个平面相交,则返回表示交线的Line对象; 如果两个平面平行或重合,则返回一条起点和终点均为Vec3.ZERO的Line对象。
See Also