DiscussionsIssue archiveOther usage issues

Archived discussion

U V bounding parameters of a face

Other usage issuesThu, 09/18/2008 - 18:292 replies

Browse this forum
QuestionAuthor

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

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

did you try BRepTools::UVBounds ?

Commenter-1

02Author

Thanks Stephane.
It worked. I didn't notice that API before.