Click or drag to resize

VectorIsParallelTo(Vector, Double) Method

返回用户文档首页
判断两个向量是否平行

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public bool IsParallelTo(
	Vector vec,
	double tol = 0.1
)

Parameters

vec  Vector
另一个向量
tol  Double  (Optional)
最大允许角度差

Return Value

Boolean
See Also