OCC usage: fix deprecated Handle_*
This commit is contained in:
committed by
Kacper Donat
parent
bb1290f7de
commit
8d52043b04
@@ -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:");
|
||||
|
||||
Reference in New Issue
Block a user