IntersectionPlaneToPlane Method |
返回用户文档首页
判断两个平面的交线
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic static Line PlaneToPlane(
Plane plane1,
Plane plane2
)
Parameters
- plane1 Plane
- 直线1
- plane2 Plane
- 直线2
Return Value
Line若不平行返回交线,若平行,返回
NULL
See Also