STEP export: don't double-check the wire.

This commit is contained in:
Alex Shvartzkop 2024-05-19 04:08:39 +03:00
parent 1a0ce67155
commit 615f216ef6
1 changed files with 0 additions and 1 deletions

View File

@ -1615,7 +1615,6 @@ bool STEP_PCB_MODEL::MakeShapes( std::vector<TopoDS_Shape>& aShapes, const SHAPE
if( !wire.IsNull() )
{
BRepAlgoAPI_Check check( wire, false, true );
check.Perform();
if( !check.IsValid() )
{