Skip to content

Commit

Permalink
Update BoundingBox.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Aug 22, 2023
1 parent 3f24f32 commit 4500281
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OpenMEPSandbox/Geometry/Abstract/BoundingBox.cs
@@ -1,4 +1,5 @@
using Dynamo.Graph.Nodes;
using Autodesk.DesignScript.Geometry;
using Dynamo.Graph.Nodes;

namespace OpenMEPSandbox.Geometry.Abstract;

Expand Down Expand Up @@ -323,6 +324,7 @@ public static List<Autodesk.DesignScript.Geometry.Line> Visualize(Autodesk.Desig
/// ![](../OpenMEPPage/geometry/dyn/pic/BoundingBox.IsSimilar.png)
/// [BoundingBox.IsSimilar.dyn](../OpenMEPPage/geometry/dyn/BoundingBox.IsSimilar.dyn)
///</example>
[NodeCategory("Query")]
public static bool IsSimilar(Autodesk.DesignScript.Geometry.BoundingBox boundingBox1, Autodesk.DesignScript.Geometry.BoundingBox boundingBox2,double tolerance = 0.001)
{
var minPoint1 = boundingBox1.MinPoint;
Expand Down

0 comments on commit 4500281

Please sign in to comment.