Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocortesark committed Nov 19, 2024
1 parent 6acc0aa commit 3c8f0bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ double height

// Curve
var curveLoop = analyticalPanel.GetOuterContour().ToPolyCurve();
var currentCurve = Curve.ProjectToPlane(curveLoop, plane).GetSubCurves();
var currentCurve = Curve.ProjectToPlane(curveLoop, plane).DuplicateSegments();

if (currentCurve is null)
return false;
Expand Down

0 comments on commit 3c8f0bd

Please sign in to comment.