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