mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-14 21:30:33 +05:00
correct integration mistake
This commit is contained in:
parent
ce0e0427ad
commit
a3a3e581e4
@ -2014,7 +2014,7 @@ Standard_Integer GEOMImpl_PipeDriver::Execute(TFunction_Logbook& log) const
|
||||
|
||||
// Make copy to prevent modifying of base object 0020766 : EDF 1320
|
||||
TopoDS_Shape aShapeBase;
|
||||
BRepBuilderAPI_Copy Copy(aRefBase->GetValue()));
|
||||
BRepBuilderAPI_Copy Copy(aRefBase->GetValue());
|
||||
if( Copy.IsDone() )
|
||||
aShapeBase = Copy.Shape();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user