altium: parse holeoffset

This commit is contained in:
Thomas Pointhuber 2020-05-06 09:17:43 +02:00 committed by Jon Evans
parent 005e3ff2fe
commit 568b348a5e
1 changed files with 5 additions and 0 deletions

View File

@ -1752,6 +1752,11 @@ void ALTIUM_PCB::ParsePads6Data(
break;
}
}
if( elem.sizeAndShape )
{
pad->SetOffset( elem.sizeAndShape->holeoffset[0] );
}
}
if( elem.padmode != ALTIUM_PAD_MODE::SIMPLE )