1 |
greg |
1.2 |
.\" RCSid "$Id$" |
2 |
greg |
1.1 |
.TH THF2RAD 1 11/15/93 RADIANCE |
3 |
|
|
.SH NAME |
4 |
|
|
thf2rad - convert GDS things file to RADIANCE description |
5 |
|
|
.SH SYNOPSIS |
6 |
|
|
.B thf2rad |
7 |
|
|
[ |
8 |
|
|
.B "\-n name" |
9 |
|
|
][ |
10 |
|
|
.B "\-r rad" |
11 |
|
|
] |
12 |
|
|
[ |
13 |
|
|
.B input .. |
14 |
|
|
] |
15 |
|
|
.SH DESCRIPTION |
16 |
|
|
.I Thf2rad |
17 |
|
|
converts one or more GDS things files to a RADIANCE scene description. |
18 |
|
|
The material names for the surfaces will be those assigned in GDS. |
19 |
|
|
The |
20 |
|
|
.I \-n |
21 |
|
|
option may be used to give a name prefix to all the surfaces. |
22 |
|
|
The |
23 |
|
|
.I \-r |
24 |
|
|
option may be used to specify a radius for line segments. |
25 |
|
|
By default, this value is zero, which means that lines will be ignored. |
26 |
|
|
By setting it to some positive value, cylinders of the given radius |
27 |
|
|
will represent lines. |
28 |
|
|
.SH EXAMPLE |
29 |
|
|
To translate two things files into one RADIANCE file with the prefix "gds": |
30 |
|
|
.IP "" .2i |
31 |
|
|
thf2rad -n gds building1.thf building2.thf > building1+2.rad |
32 |
|
|
.PP |
33 |
|
|
To create an octree directly from a things file, giving lines a radius |
34 |
|
|
of .1: |
35 |
|
|
.IP "" .2i |
36 |
|
|
oconv source.rad materials.rad '\\!thf2rad -r .1 building1.thf' > building1.oct |
37 |
|
|
.SH AUTHOR |
38 |
|
|
Greg Ward and Charles Ehrlich |
39 |
|
|
.SH "SEE ALSO" |
40 |
|
|
arch2rad(1), ies2rad(1), oconv(1), xform(1) |