From 0d5f6c8c05b3607d3b066722817ae499591fcc31 Mon Sep 17 00:00:00 2001 From: Christopher Short Date: Sun, 6 Sep 2026 13:55:37 +0100 Subject: [PATCH] expand reference to resolve conflict --- SAP2000_Adapter/Convert/ToBHoM/Panel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAP2000_Adapter/Convert/ToBHoM/Panel.cs b/SAP2000_Adapter/Convert/ToBHoM/Panel.cs index 633afd3..609a473 100644 --- a/SAP2000_Adapter/Convert/ToBHoM/Panel.cs +++ b/SAP2000_Adapter/Convert/ToBHoM/Panel.cs @@ -42,7 +42,7 @@ public static Vector ToPanelLocalXAxis(Vector normal, double orientationAngle) { Vector locYref; - if (Query.IsParallel(normal, Vector.ZAxis)!=0) + if (BH.Engine.Geometry.Query.IsParallel(normal, Vector.ZAxis)!=0) { //Vector is paralell to z-axis locYref = Vector.YAxis;