una 发表于 2008-2-22 17:45:00

如何使用C#取基準點

如何取基准点呢?因为做block时需要取得该值.
是使用
ed.GetCorner();
ed.GetPoint();
或是..呢?
因为使用ed.GetCorner();有时侯会没有取到.所以有些疑惑.
先谢谢大家的帮忙哦

una 发表于 2008-2-25 12:44:00

PromptPointResult pr = ed.GetPoint("\n 請輸入基準點");
BlockTableRecord newBtr = new BlockTableRecord();
newBtr.Origin = pr.Value;
页: [1]
查看完整版本: 如何使用C#取基準點