02-19-2016
01:43 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
02-19-2016
01:43 AM
Hi,
>> Can you write and give sample LISP?
I wrote you one line as sample in my previous message, you just need to use this line with your text, textsize, position and rotation:
(command "_TEXT" "1,1" "2" "0" "This is my Text")
whereas;
- "_TEXT" is the command you call from lisp (so it does not wait with the cursor in the screenarea)
- "1,1" is the position
- "2" is the textsize
- "0" is the rotation
- "this is my text" is the content you want to write
So the first two text objects from your sample then looks like that (well, not nowing text height and rotation):
(command "_TEXT" "100,150" "2" "0" "TRENCH START")
(command "_TEXT" "150,150" "2" "0" "DUCT BANK START")
HTH, alfred -
------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------
(not an Autodesk consultant)