DiscussionsIssue archiveOther usage issues

Archived discussion

extract the geometric surface from a trimmed face

Other usage issuesWed, 01/13/2010 - 09:311 reply

Browse this forum
QuestionAuthor

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?

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hi Author,

maybe if you query for the parameters of your face with BRepTools::UVBounds you can restrict the resulting surface.

Commenter-1