OCC usage: fix deprecated Handle_*

This commit is contained in:
Florian Foinant-Willig
2025-11-03 22:27:44 +01:00
committed by Kacper Donat
parent bb1290f7de
commit 8d52043b04
2 changed files with 5 additions and 5 deletions

View File

@@ -212,7 +212,7 @@ public:
std::unique_ptr<Geometry> geo {};
Standard_Real firstParam {};
Standard_Real lastParam {};
Handle_Geom_Curve curve;
Handle(Geom_Curve) curve;
GeomAbs_CurveType type {};
bool isLinear;
@@ -2650,7 +2650,7 @@ public:
// This method was originally part of WireJoinerP::makeCleanWire(), split to reduce cognitive
// complexity
void printHistoryInit(const Handle_BRepTools_History& newHistory,
void printHistoryInit(const Handle(BRepTools_History)& newHistory,
const std::vector<TopoShape>& inputEdges)
{
FC_MSG("init:");