@mprades wrote:
Hi guys
I have a problem with this curves.
I want to get a clockwise closed curve from this wantAnd I use the following code:
if (curvaCerrada.ClosedCurveOrientation(Plane.WorldXY) == CurveOrientation.CounterClockwise) { curvaCerrada.Reverse(); }
But, curvaCerrada.ClosedCurveOrientation(Plane.WorldXY) returns the curve is clockwise.
cuadradoAntiHorario.3dm (13.9 KB)
Someone can help me?
Thanks in advance
Posts: 1
Participants: 1