vle-entmod
(vle-entmod dxf ename
value)
modifies the value for specified DXF group
code 'dxf' for specified entity 'ename'
|
Arguments |
dxf the DXF group code to set the new value
for |
|
Return |
T if the entity's
value has been updated (or is identical) |
|
Example |
(vle-entmod 62 entity 112) sets the color index as 112 |
|
Alias |
|
|
Remarks |
this is a high-performance replacement for usual code like (entmod (subst (cons dxf value) olditem lst)) |
| © Bricsys NV. All rights reserved. |