brepoffsetapi_makepipeshell用法 `BREPOffsetAPI_MakePipeShell`是一个用于创建偏移管道壳体的API函数。它通常用于CAD和CAM系统中,特别是在处理三维模型时。该函数属于B-Rep(边界表示法)偏移操作的范畴,常用于生成具有特定偏移距离的几何体。以下是`BREPOffsetAPI_MakePipeShell`函数的一般用法:```c BREP Offset...
FreeCAD version:0.17 Category:Bug Status:confirmed Tags:#ready-for-migration, bump, OCC Bug, OCC NotOnRoadmap, upstream Original report text See forum thread for details:https://forum.freecadweb.org/viewtopic.php?f=22&t=21193 Upstream OCC ticket:https://tracker.dev.opencascade.org/view.php?
I have serious problems with the geometry quality from BRepOffsetAPI_MakePipe. I have a crossection which should be extruded along a trace (spine). The resulting geometry for arcs looks more like extruded on a polygon instead of a arc. The following code contains a minimal version of what ...