More Tools for NITROS©

4.207 Tutorials and Samples
write requests to: takehiko@mit.edu
last revised : 4/20/00

1. dispatching a type instance to AutoCAD.

The command you should dispatch has the following AutoLISP syntax.

(nt_default_instance typename)

Typename must be the name of the type described in double quoted string. To dispatch this with LISPLOADER, you should remember that double quotes must be replaced by ^ character. For example, to make an instance of "tn1_dome" type, your HTML code should look like below.

< a href="/cgi-bin-4203/lispdispatch.cgi?(nt_default_instance|^tn1_dome^)" >
< img src=dome.gif > < /a >

After loading "NITROS", load "sample dome" from NITROS menu in AutoCAD, and try clicking the following button.


Load Sample Dome



Standard AutoCAD Commands


Education | Research | Who we are | Gallery | Bookmarks

Copyright © 1995 Massachusetts Institute of Technology