
Thu, 09/18/2008 - 18:29
Forums:
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?
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?
Thu, 09/18/2008 - 18:36
did you try BRepTools::UVBounds ?
Stephane
Mon, 09/22/2008 - 15:49
Thanks Stephane.
It worked. I didn't notice that API before.