tabcord modification change letters to numbers

tabcord modification change letters to numbers

kibitotato
Advocate Advocate
331 Views
2 Replies
Message 1 of 3

tabcord modification change letters to numbers

kibitotato
Advocate
Advocate

Is it possible to have this inserting points instead of circles??? 

 

and then another .lsp

inserting points instead of circles and with numbers instead of letters

0 Likes
Accepted solutions (1)
332 Views
2 Replies
Replies (2)
Message 2 of 3

komondormrex
Mentor
Mentor
Accepted solution

1. to mark with points replace line 328 

(command "_.circle"(trans v 0 1) (/ mHt 4))

with this

(command "_.point" (trans v 0 1))

 

2. to mark with numerals set  mType to t in line 53

(setq mType t) ; Markups mode. T - digits, NIL - letters

0 Likes
Message 3 of 3

kibitotato
Advocate
Advocate

It works, thanks!

0 Likes