For example, I have an edge created with gp_Circ2d
/BRepBuilderAPI_MakeEdge2d
and a wire created by BRepBuilderAPI_MakeEdge
/BRepBuilderAPI_MakeWire
and I’d like to create a new wire (face, ultimately) which is the outline of the area covered by sweeping the shape along the wire. The sweep line may be a straight line, an arc or a bezier of some sort.
Any OpenCascade experts here who can help me out? I’ve just spent a while sifting through the documentation and examples but… can’t find it (if it exists).