
Fri, 12/13/2013 - 23:44
Forums:
I've tried unsuccessfully to build one using a wire, but it doesn't work- which makes sense given the default way of doing it with a wire, but I can't make heads or tails of how someone could get this working- what object is needed, how to build it, etc. The closest I can figure out is that you need to create a Geom object of some sort, but beyond that I'm lost. Any suggestions?
Sun, 12/15/2013 - 02:48
Hello Sam,
Of course it is possible to make a non planar TopoDS_Face. You are right, one possible way to create one is to create a Geom_Surface before, and then pass it to the BRepBuilderAPI_MakeFace class. This will create you a TopoDS_Face with an underlying geometry that is specified in the Geom_Surface class.
What exactly do you want to build?
Mon, 12/16/2013 - 13:30
If you want to make a non-planar face from a wire, the class BRepFill_Filling is what you are looking for.
Alex