ParallelLineToPlane(Line, GeometricPlane, Double) Method |
返回用户文档首页Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic static bool LineToPlane(
Line line,
GeometricPlane plane,
double tol
)
Parameters
- line Line
-
- plane GeometricPlane
-
- tol Double
-
Return Value
Boolean
See Also