How to create ACIS solids using AutoLISP

#1
Hi,
I am new to Intellicad and fairly new to AutoLISP, though I would consider myself an old hand at ACIS.

I was wondering if someone could point me to a tutorial/document/code example(s) that creates simple ACIS solids within CMS ICad 4 PE+ using AutoLISP commands.

For example, within ACIS, using the Scheme interface, I would create a block by:
(solid:block (position 0 0 0) (position 5 10 20))

What would be the AutoLISP equivalent ?

Thanks,
Raj

#2
Hi Raj,

You can use lisp to create solids in IntelliCAD

(command "solid" "enter parametes" as on command line)

e.g. (command "box" "0,0" "10,10" "10")

------------------
Thanks!

Manoj Madhavan
(CAD Developer - AutoCAD/IntelliCAD)
*Let my computer work for me.*