Relative Content

Tag Archive for opencascade

OpenCascade: How to create a 2d swept circle along a wire?

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.