Click or drag to resize

Line2DIsParallelWith Method

返回用户文档首页
Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public bool IsParallelWith(
	Line2D otherLine,
	double eps = 1E-05
)

Parameters

otherLine  Line2D
 
eps  Double  (Optional)
 

Return Value

Boolean
See Also