Login
|
Sign Up
AutoLISP Function Detail
Name:
xdroom
Syntax:
(xdroom
ename
)
Description:
Returns the available amount of space that is free for xdata on the object. A total of 16kb is available when there is no xdata attached to an object.
Example(s):
(setq EN1 (car (entsel)))
(xdroom EN1)