How to curve wire offset

BRepOffsetAPI_MakeOffset apply only to wire(plane), if my wire Generated from Geom_Curve, How can I achieve offset

Dmitrii Pasukhin's picture

Hello MakeOffset develop for offsetting wires. For curve you can just use special curve type - https://dev.opencascade.org/doc/refman/html/class_geom2d___offset_curve....

Wire is a sequence of oriented edge that based on curve and limitations. You can create your own wire on your curve.

Best regards, Dmitrii.