DiscussionsIssue archiveVisualization and 3D Viewer

Archived discussion

How to curve wire offset

Visualization and 3D ViewerWed, 04/17/2024 - 04:461 reply

Browse this forum
QuestionAuthor

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

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

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, Commenter-1.