vla-addtable

vla-addtable

Anonymous
Not applicable
1,760 Views
2 Replies
Message 1 of 3

vla-addtable

Anonymous
Not applicable
Why is impossible to draw a table less than 1 units for width and heigth ??
Thanks
0 Likes
1,761 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Just a shot in the dark, I don't have the ability to do tables. Make sure
that when you enter in a number that is less than one, that you have a
leading zero. So 0.5 instead of .5

--

Tim
"A blind man lets nothing block his vision."



"Gustavo_Guidi" wrote in message
news:5134932@discussion.autodesk.com...
Why is impossible to draw a table less than 1 units for width and heigth ??
Thanks
0 Likes
Message 3 of 3

Anonymous
Not applicable
yes i Put 0.01 but draw it with other size
Function extracted from Luis Esquivel Mar/29/05
(setq vla_table (vla-addtable
;; for test place the object on model space
(vla-get-modelspace

(vla-get-activedocument (vlax-get-acad-object)))
;; base = 0,0,0
(vlax-3d-point pti)
;; rows number - including title & headers
6
15
0.01
0.05
)
)
"T.Willey" escribió en el mensaje
news:5134952@discussion.autodesk.com...
Just a shot in the dark, I don't have the ability to do tables. Make sure
that when you enter in a number that is less than one, that you have a
leading zero. So 0.5 instead of .5

--

Tim
"A blind man lets nothing block his vision."



"Gustavo_Guidi" wrote in message
news:5134932@discussion.autodesk.com...
Why is impossible to draw a table less than 1 units for width and heigth ??
Thanks
0 Likes