在这两个示例中,我注意到只有顶部块受到影响。是否有方法使函数应用于块和所有后续嵌套子块?我有几个块除了在另一个块内之外,不在图纸上的任何地方,这些块也需要缩放。
330引用母实体,但无需从Vanilla转换:
(kr:BLK_SetBlockUnits '("<BlockName1>" "<BlockName2>" "<BlockName3>") acInsertUnitsInches)
例如
4
这就是为什么你爸爸哈哈
你可能会笑,我在恰当的地方搜索了InsUnits,而不是只搜索部分字符串“units”
http://www.funnymotivationalposters.info/wp-content/uploads/2010/04/Double-Facepalm.jpg :啤酒:
330 references the parent entity, but there is no need to convert from Vanilla:
(vla-put-units (vla-item) ) e.g.
(vlax-for block (vla-get-blocks (vla-get-activedocument (vlax-get-acad-object))) (if (and (eq :vlax-false (vla-get-isxref block)) (eq :vlax-false (vla-get-islayout block)) ) (vla-put-units block acInsertUnitsInches) ))
THAT is why you-da-manLoL
You'd laugh, I searched Apropos for InsUnits, instead of only a partial string "units"
http://www.funnymotivationalposters.info/wp-content/uploads/2010/04/Double-Facepalm.jpg :beer:
页:
1
[2]