Page 1 of 1

Order of edges in IBRepWire_DG

Posted: Fri Aug 07, 2020 3:13 am
by Daniel Laajava
Hello
Is it guaranteed that edges returned IBRepWire_DG.GetEdge(int index) are in sequential geometric order? If so, is it CCW?
Thks

Re: Order of edges in IBRepWire_DG

Posted: Tue Aug 11, 2020 3:19 am
by Prashant Kande
Hi Daniel.
Yes and Yes. They are sorted in CCW order looking from the outside of a closed solid which is same as looking from the end of the normal to the surface
Regards