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