BREP OffsetAPI_MakePipeShell(BREP*brep,double offsetdist,int *status);```参数说明:*`brep`:指向原始B-Rep结构的指针,表示要偏移的原始几何体。*`offsetdist`:偏移距离,表示要创建的新几何体与原始几何体的距离。*`status`:一个指向整数的指针,用于返回操作的状态信息。使用示例:```c //假设你已经...
BrepOffsetAPI_MakePipepipeMaker(pathWire,profileWire,GeomFill_Trihedron::GeomFill_isFrenet,Standard_False);//注意这里第三个参数必须设置为GeomFill_Trihedron::GeomFill_isFrenet//与BrepOffsetAPI_MakePipeShell中SetMode(Standard_True);表示同一个意思,截面法线将沿着路径进行调整 关于截面设置的问题 但以上两种都...
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?id=26295created by ickby Addition...
T2.SetTranslation(origProfP1, start); profileWire.Move(T2); // make face from crosssection BRepBuilderAPI_MakeFace profileMakeFace( profileWire ); TopoDS_Shape profilFace = profileMakeFace; // Extrude using MakePipe TopoDS_Shape pipe = BRepOffsetAPI_MakePipe (traceWire, profilFace);Log...