Hi Ming,
Your first question - use GeomPlate or GeomFill_xxxCurves (consult the Plate sample).
Second - BRepAlgo_Sewing to create a shell and then BRep_Builder to add a shell into an empty solid.
Good luck.
Commenter-1
Archived discussion
Suppose I have a wire contained in the same face and now I am going to generate a face bounded by these wire. Is there some classes available in OCC?
And then how could I generate a solid bounded by a set of close faces?
Is there some idea? Many thanks.
Discussion
Posts are displayed in their archived order.
Hi Ming,
Your first question - use GeomPlate or GeomFill_xxxCurves (consult the Plate sample).
Second - BRepAlgo_Sewing to create a shell and then BRep_Builder to add a shell into an empty solid.
Good luck.
Commenter-1