
Wed, 01/13/2010 - 09:31
Forums:
I have a face cut by boolean Cut operation. I need to get the geometric surface (not the resulting face which is a topological entity) representing the result (not the original full Surface which I get if I use BRepTool::Surface option). Is there a way to do this?
Wed, 01/13/2010 - 11:28
Hi Chanaka,
maybe if you query for the parameters of your face with BRepTools::UVBounds you can restrict the resulting surface.
Pawel