时代
我的代码
2026年1月21日 07:53public static bool IsParallel(Curve c1, Curve c2, bool hasDirection = false, double tol = Tolerance){ if (c1 is Line && c2 is Line) { Line l1 = c1 as Line; Line l2 = c2 as ...
public static bool IsParallel(Curve c1, Curve c2, bool hasDirection = false, double tol = Tolerance){ if (c1 is Line && c2 is Line) { Line l1 = c1 as Line; Line l2 = c2 as ...