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