|
发表于 2022-7-6 08:21:07
|
显示全部楼层
entmake is generally the fastest method when generating new entities in the drawing, since you are directly modifying the drawing database. However, where attributed blocks are concerned, note that you will need to create the ATTRIB entities separately following creation of the INSERT entity (furthermore, you would also need to calculate the position of each ATTRIB entity relative to the position, scale, rotation and orientation of the INSERT entity, based on the relative position of the ATTDEF entity in the block definition), and then finally creating the terminating SEQEND entity; so these extra steps may detract from performance. |
|