개정판 39a2a688
dev issue #000 : item mapping
Change-Id: I25661ee253628059f352c9776bacaf6e31f3daa6
DTI_PID/SPPIDConverter/ConverterForm.cs | ||
---|---|---|
455 | 455 |
{ |
456 | 456 |
#if DEBUG |
457 | 457 |
SPPID_Document document = new SPPID_Document(@"Z:\HanKyouHo\temp\Isocynates\Temp\zIsocynates-325_Page75.xml"); |
458 |
AutoModeling modeling = new AutoModeling(document); |
|
459 |
modeling.Run(); |
|
458 |
document.SymbolMappings = symbolMappings; |
|
459 |
document.LineMappings = lineMappings; |
|
460 |
document.LineNumberMappings = lineNumberMappings; |
|
461 |
document.AssociationMappings = associationMappings; |
|
462 |
document.ETCSetting = ETCSetting.GetInstance(); |
|
463 |
document.SetSPPIDInfo(); |
|
464 |
|
|
465 |
if (document.SetSPPIDMapping()) |
|
466 |
{ |
|
467 |
AutoModeling modeling = new AutoModeling(document); |
|
468 |
modeling.Run(); |
|
469 |
} |
|
470 |
|
|
460 | 471 |
return; |
461 | 472 |
#endif |
462 | 473 |
|
내보내기 Unified diff