did you try BRepTools::UVBounds ?
Commenter-1
Archived discussion
How can i get the bounds of a face (uMin, uMax, vMin, vMax)? if call Surface->Bounds(...), it returns infinite, because the underlying surface is infinite. Is there any API to get the bounding parameters of a face?
Discussion
Posts are displayed in their archived order.
did you try BRepTools::UVBounds ?
Commenter-1
Thanks Stephane.
It worked. I didn't notice that API before.