Note: This is here mainly for historical purposes. Please consider using radout instead.
Manual page, Complete reference and user guide.Also available on GitHub.
Basic features of torad are:
Autocad entities: radiance objects:
- 3dfaces - triangular or quadrilateral polygons.
- extruded or flat traces - triangular and/or quadrilateral polygons.
- extruded or flat solids - triangular and/or quadrilateral polygons.
- extruded or flat circles - rings and quadrilateral polygons.
- extruded arcs - quadrilateral polygons.
- extruded lines - quadrilateral polygons.
- extruded 2d-plines - quadrilateral polygons.
- wide 2d-plines - multilateral polygons.
- closed 2d-plines - multilateral polygons.
- 3d-meshes - triangular or quadrilateral polygons.
- polyfaces - triangular or quadrilateral polygons.
- points - spheres or bubbles.
torad is optimized for speed and memory usage as far as possible
without loosing the functionality of sorting entities to seperate files.
If you still consider it to be too slow, you will have to resort to
Radout, a transscript of torad to ADS-C by Philip Thompson at MIT.
the complete program consists of eight files:
Program files:
torad.lsp Main program source file.
esample.lsp Entities sampling and conversion source file.
vector.lsp Geometrical utilities source file.
torad.dcl Dialog box definition file for Autocad 12.
torad.mnu/x Menu file for setup with Autocad 10/11.
Additional Files:
torad.man User manual.
torad.README This file.
All these files are packaged in both a compressed tar file and a
zip archieve to make them easily accessible for users of each unix
and dos systems.
Be sure to notify me if you think you have found a bug in this program (there still might be some although thoroughly tested).