PlaneIntersect(Plane) Method | 
返回用户文档首页
            计算当前平面与另一个平面的交线。
            
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic Line Intersect(
	Plane p
)
Parameters
- p  Plane
 - 要与之求交的另一个平面。
 
Return Value
Line
            如果两个平面相交,则返回表示交线的Line对象;
            如果两个平面平行或重合,则返回null。
            
See Also