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

Sunlit Design > The Sun API > Documentation > Cypress Enable


Index


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

Contact Developer

Downloads

Cypress Enable

The Sun API functions may be used from programs using the Enable Basic Scripting Engine.  This scripting engine is supplied by Cypress Software http://www.cypressinc.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)