This site Web
Home Page | The Sun API | Gallery | InfoSearch | News | Links | Contact Us

Sunlit Design > The Sun API > Documentation > Delta CAD


Index


- Introduction
+ Using the Functions
+ User Guide
+ Function Reference
+ Constants

Contact Developer

Downloads

Delta CAD

The Sun API functions may be used from Delta CAD by Midnight Software http://www.deltacad.com 

Header/Include file

To call The Sun API functions from Delta CAD Basic Scripts copy the vbmodule.bas file into the top of your program.

Referring to Constants

Constants are referred to by name.

Example

An example of calling a function from Delta CAD:

To convert 23 degrees to radians and save the result in variable x: 

    x = sdD2Unit(23,sdUnitRadian)