uv bounding box for a face

Hi
How can I get uv bounding box for a face?

Thanks.

Sean

Gabriel Bauer's picture

Hi Sean,

I don't know if I understood your problem, but if you want to get the limits of a surface there is the method Bounds in Geom_Surface.
But for a TopoDS_Face you can use BRepTools::UVBounds.

Regards,
Gabriel