개정판 a836ff3b
piping fix
Change-Id: I3dc38f2c11865ec0d988e6bbca11acf22165823d
DTI_PID/OdReadExMgd/OdReadExMgd.cs | ||
---|---|---|
3454 | 3454 |
if (pEnt.GetRXClass().Name != "AcDbBlockReference") continue; |
3455 | 3455 |
BlockReference blockRef = (BlockReference)pEnt; |
3456 | 3456 |
|
3457 |
bool isExcluded = blockRef.Name.ToUpper().Contains("OPC"); |
|
3458 |
if (!isExcluded && blockRef.Name.ToUpper().StartsWith("PIPING")) |
|
3457 |
if (blockRef.Name.ToUpper().StartsWith("PIPING+")) |
|
3459 | 3458 |
{ |
3460 | 3459 |
oidSet.Add(entid); |
3461 | 3460 |
continue; |
내보내기 Unified diff