Hi,
Well, I really know the answer to your question, but from the question itself I can guess that you may help me a bit.
I have installed OpenCASCADE 5.1 on WindowsXP and using VC++ 6.0.
Can you please tell me if there are any MFC Wizards as such and how can use them?
I am just confused about from where to start and a little help/docementation can be great help.
Cheers,
Commenter-1
Archived discussion
How to build a surface with holes?
I want to build a surface and then make three "holes" in the shape of circles. Is it possible?
What methods should I use?
Thanks in advance, Sofia Gameiro
Discussion
4 archived replies
Posts are displayed in their archived order.
Hi!
You should go to FAQ - How to use C++ environment with Open Cascde.
That's how I did it.
Good luck, Commenter-2
Hi Sofia,
take a look at the "BRepBuilderAPI_MakeFace" class (esp. the Add() method).
I think it should produce the right results for you!
HTH,
Commenter-3
Thanks.
It worked just fine!
Commenter-2