Login | Sign Up
 





 
AutoLISP Function Detail
Name: textbox

Syntax:
(textbox elist)

Description:
Returns the coordinates of the bounding box for text in two 3D points. The entity list (elist) refers to a Text, Mtext or Attribute object, but not text contained in a block or dimension.

Example(s):
(setq en (entsel "\nSelect Text: "))
(textbox (entget (car en)))
((0.0 0.0 0.0) (1.96667 0.2 0.0))