设置实体的属性值 支持的平台:视窗和 Mac OS 签名(setpropertyvalue ename propertyname value [or collectionName index name val])
返回值类型:无 nil除非更新属性值时发生错误,否则返回。 例子下面的示例演示如何更改圆的半径。 (command "._circle" "2,2" 2) nil (setpropertyvalue (entlast) "radius" 3) nil 下面的示例演示如何将替代应用于线性维度。 (command "._dimlinear" "2,2" "5,4" "3,3") nil (setq e2 (entlast)) <Entity name: 10e2e4bd0> (setpropertyvalue e2 "Dimtfill" 2) nil (setpropertyvalue e2 "Dimtfillclr" "2") nil (setpropertyvalue e2 "Dimclrt" "255,0,0") nil 下面的示例演示如何更改顶点集合的第一个顶点。 (command "._pline" "0,0" "3,3" "5,2" "") nil (setq e3 (entlast)) <Entity name: 10e2e4da0> (setpropertyvalue e3 "Vertices" 0 "EndWidth" 1.0) nil |
|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2024-12-15 14:48
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.