mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024263: TNaming_CopyShape::CopyTool failure
Test case for issue CR24263
This commit is contained in:
@@ -51,6 +51,7 @@ void TNaming_CopyShape::Translate( const TopoDS_Shape& aShape,
|
||||
TopoDS_Shape& aResult,
|
||||
const Handle(TNaming_TranslateTool)& TrTool)
|
||||
{
|
||||
aResult.Nullify();
|
||||
|
||||
if (aShape.IsNull()) return;
|
||||
|
||||
|
Reference in New Issue
Block a user