(alert string) Decide which alert type message you want to display from following. Type in Command line after : (default command line have ':' symbol so …
LISP
LISP Conversions
1. ascii : This will convert the first character of string into its ASCII-Code and return Integer value. (ascii string) Ex. (ascii "A") 65 2. atof …
Entity Handling
1. entget: (entget ename [applications]) Draw a line in GA and run below code and select line. (entget(car(entsel))) It will return values as : …