개정판 859bd453
Block Node Point: Cancel exclusion of points equal to base point
Change-Id: I20da0fda663f17a877b1951ef241aa45f699f620
DTI_PID/OdReadExMgd/OdReadExMgd.cs | ||
---|---|---|
383 | 383 |
{ |
384 | 384 |
DBPoint pt = (DBPoint)pBlkEnt; |
385 | 385 |
Point3d nodePt = pt.Position.TransformBy(pBlkRef.BlockTransform); |
386 |
if (nodePt == pBlkRef.Position) |
|
387 |
{ |
|
388 |
continue; |
|
389 |
} |
|
390 |
|
|
391 | 386 |
nodePointDic.Add(Convert.ToInt64(pt.Handle.ToString(), 16), nodePt); |
392 | 387 |
} |
393 | 388 |
} |
내보내기 Unified diff