Thread: Add elemt info
View Single Post
  #7  
Old 12-10-2018, 05:48 AM
andrea andrea is offline
Registered User
 
Join Date: Sep 2003
Location: italy
Posts: 261
Re: Add elemt info

to indicate a "myobj" the text to which I want to add the info via the coordinates 2d ??

my text here I want to add the info has these 2D coordinates (always different from one drawing to another):

(setf pnt-x (gpnt2d_x (Nth 1 (sd-am-sheet-struct-corners (sd-am-inq-sheet (sd-am-inq-curr-sheet))))))
(setf pnt-y (gpnt2d_y (Nth 0 (sd-am-sheet-struct-corners (sd-am-inq-sheet (sd-am-inq-curr-sheet))))))
Reply With Quote