Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna committed Jun 28, 2024
1 parent 0bf9e9f commit 9010fa9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ public ArcToHostConverter(

public ACG.Polyline Convert(SOG.Arc target)
{
if (
target.startPoint.z != target.midPoint.z || target.startPoint.z != target.endPoint.z
)
if (target.startPoint.z != target.midPoint.z || target.startPoint.z != target.endPoint.z)
{
throw new ArgumentException("Only Arc in XY plane are supported");
}
Expand Down

0 comments on commit 9010fa9

Please sign in to comment.