
Wed, 01/05/2005 - 13:06
Forums:
Hi everyone,
here's my problem :
If I have two faces face-to-face like a Cube :
-can I replace these two faces by just one parallel in the half distance of its?
-or can I remove one of its and keep the other (and update the final solid)?
I had classified its two by two and indexed its.
Any Idea?
Thanks in advance
Thu, 01/06/2005 - 22:13
Yass,
Look at BRepTools_ReShape - it's intened for that.
Feed it with original-new subshape pair(s), or specify you want some to remove, and then call Apply on the total shape to receive a result.
Roman
Mon, 01/10/2005 - 11:52
Thank u Roman,
It works perfectly.
I was looking for something like that.
Yass