PlaneIntersect(Plane, Plane) Method | 
返回用户文档首页
            计算当前面与其他两个面的交点
            
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic Point Intersect(
	Plane pl0,
	Plane pl1
)
Parameters
- pl0  Plane
 - 第一个面
 - pl1  Plane
 - 第二个面
 
Return Value
Point三个面的交点,若找不到交点则返回null
See Also