We don't want to do collision testing against virtual vias.
(Which means they had better not have a hole.)
(cherry picked from commit f1efae1e05
)
This commit is contained in:
parent
1ef6e69d83
commit
2d58184080
|
@ -221,8 +221,9 @@ public:
|
|||
VIA( aPos, LAYER_RANGE( aLayer, aLayer ), aDiameter, aDiameter / 2, aNet )
|
||||
{
|
||||
m_isVirtual = true;
|
||||
//SetHole( SHAPE_CIRCLE( Pos(), 1 ) );
|
||||
}
|
||||
|
||||
bool HasHole() const override { return false; }
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue