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;