Line2DIsParallelWith Method |
返回用户文档首页Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic bool IsParallelWith(
Line2D otherLine,
double eps = 1E-05
)
Parameters
- otherLine Line2D
-
- eps Double (Optional)
-
Return Value
Boolean
See Also