XDSoft 发表于 2014-12-7 12:23:55

(7)在ARX里模拟INSERT命令实现代码替代acedCommand调用的解决方案

How to mimic the AutoCAD insert command in ARX without acedCommand call

Issue
How do I mimic the AutoCAD INSERT command in ARX without an acedCommand() call?

Solution
This operation needs to be divided into two different steps. The first step is to have an AcDbBlockTableRecord, which contains the block definition. You could either create, edit an existing one, or import it from another drawing file. The following example shows how to import a block definition from an external drawing file:

**** Hidden Message *****

yfy2003 发表于 2014-12-7 16:41:41

回复,看看!

牢固 发表于 2014-12-7 21:49:57

看看学习!

QiaoCheng 发表于 2014-12-9 17:29:50

知识只有传授给别人才是知识{:soso_e179:}

liyjian66 发表于 2015-2-1 22:53:11

在ARX里模拟INSERT命令实现代码替代acedCommand调用的解决方案

coolfanfeng 发表于 2015-2-1 23:41:53

哈哈~我来也~~~

819534890 发表于 2015-2-2 16:22:33

大量回复学习

llq_78 发表于 2015-5-10 15:28:02

在ARX里模拟INSERT命令实现代码替代acedCommand调用的解决方案

aeo 发表于 2015-5-26 16:19:35

:Q:Q:Q:Q:Q:Q:Q:curse::curse::curse::curse::curse::curse::curse::loveliness::loveliness::loveliness::loveliness:

why1025 发表于 2015-5-26 22:51:54

啥好东西!!!!!!!!!!!!

spshchenchr 发表于 2015-11-21 15:56:25

学习下 我主要还是想看看 属性图块是怎么处理的

imxdcad 发表于 2015-11-21 17:07:09

是不是用了gr函数

panfanggui 发表于 2015-11-24 17:23:20

看看,学学

xinxirong 发表于 2016-3-19 16:49:07

ffffffffffffffffffffffffffffffffffffffffffffffff

1149525671 发表于 2016-3-22 10:10:12

在ARX里模拟INSERT命令实现代码替代acedCommand调用的解决方案
页: [1] 2 3 4 5 6
查看完整版本: (7)在ARX里模拟INSERT命令实现代码替代acedCommand调用的解决方案