Skip to content

Commit

Permalink
Update WallOpening.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed May 3, 2024
1 parent 76dd3e9 commit 643f7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenMEPRevit/Element/WallOpening.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public static Revit.Elements.Element ByPointAndDiameter(Revit.Elements.Wall wall
XYZ xyz6 = identity.OfPoint(xyz4);
XYZ xyz7 = identity.OfPoint(xyz5);
TransactionManager.Instance.EnsureInTransaction(doc);
Opening opening = doc.Create.NewOpening(wall2,
Opening opening = doc.Create.NewOpening(wall2, xyz6, xyz7);
TransactionManager.Instance.TransactionTaskDone();
return opening.ToDSType(true);
}
Expand Down

0 comments on commit 643f7d4

Please sign in to comment.