STEP export: don't double-check the wire.
This commit is contained in:
parent
1a0ce67155
commit
615f216ef6
|
@ -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() )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue