Artem Mishenkov Fri, 09/03/2021 - 01:10 Forums: Modeling Data and AlgorithmsHello, how can I calculate the angle between 2 faces(TopoDS_Face)? I would be very grateful for any help. Amit Kumar Bedaka Fri, 09/03/2021 - 14:11 Hi Artem, Extract vector of respective surfaces (as surface contains u, v vectors) and calculate angle between them. Thanks Log in to post comments Artem Mishenkov Fri, 09/03/2021 - 20:23 Hi Amit, thank you a lot. Log in to post comments
Fri, 09/03/2021 - 14:11
Hi Artem,
Extract vector of respective surfaces (as surface contains u, v vectors) and calculate angle between them.
Thanks
Fri, 09/03/2021 - 20:23
Hi Amit, thank you a lot.