![]() |
www.schorsch.com | ||
Free Downloads | |||
Dxf2rad User Manual (0.9)Contents
NameDxf2rad - Geometry converter from DXF to RADIANCE.Synopsys
dxf2rad [options] dxffile [radfile]
Where options may include:
-h help (show this text and exit)
-H display copyright statement
-v verbose (repetition increases verbosity)
-s scale multiply all dimensions with scale
-ennn exclude entity types
+ennn include entity types
Where each 'n' is one out of (with defaults):
a + 3D FACEs
b + Extruded and Flat 2D SOLIDs
c + Extruded and Flat TRACEs
d + Extruded 2D PLINEs
e + Wide 2D PLINEs
f - Closed 2D PLINEs as Polygons
g + 3D MESHes
h + POLYFACEs
i + Extruded LINEs
j + Extruded ARCs
k + Extruded and Flat CIRCLEs
l - POINTs as Sphreres
-d dtol distance tolerance for arc subdivision (default 0.1)
-a atol angle tolerance for arc subdivision (default 15.0°)
If radfile is omitted or is the single character '-', then
the output will go to stdout (in which case verbosity is reset to 0).
DescriptionDxf2rad is a command line utility for translating geometry data from the DXF file format into the format understood by the RADIANCE lighting simulation package.DXF entities can be filtered by command line options. Output primitives will have modifiers based on the layer of each entity in the form "l_<layer>". Floating layers within blocks are fully supported. "Funny characters" in the layer name will replaced by an underscore each.
ExamplesTo convert an existing DXF file to a RADIANCE rad file:dxf2rad input.dxf output.radTo convert an existing DXF file to a RADIANCE rad file, while including polygons and points/spheres as well as scaling the output by 2.0: dxf2rad -s 2 +e fl input.dxf output.radTo convert an existing DXF file to standard output, while only including ARCs and excluding everything else, requiring that the arcs are subdivided with an angle difference of 5 degrees or less: dxf2rad -a 5 -e abcdeghik input.dxf - Files
CaveatsPlease note that the AME solid modelling package by Autodesk as included in Autocad R10-R12 generates surfaces with surface normals pointing to the inside of the created volumes (at least most of the times...).Models created with the AME Solid modelling package must have surfaces defined with the command "SOLMESH". Otherwise they consist of only wireframe information wich cannot be extracted by Radout. The "SOLID" entities in Autocad, which can be extracted with the "Extruded and flat Solids" option, have nothing to do with solid modelling, AME or ACIS. These are a feature out of the 2D days of Autocad and are just flat quadrilateral faces which appear solidly filled when viewed from top. They form quadrilateral prisms if extruded, which can only be done in a right angle to their ground plane.
Entities created with the ACIS solid modeller or custom entity
types defined by any other 3rd party
application ("proxies", previously "zombies") are ignored.
Tutorial and manual pages of RADIANCE 3.1, Synthetic Imaging System.
Gregory Ward Larson, Lawrence Berkeley Laboratory, Berkeley, CA.
dxf2rad Copyright © 2000 Georg Mischler, Munich, Germany. Permission to use, copy, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies, that both that copyright notice and this permission notice appear in all supporting documentation and that no part of this software and its documentation is sold for profit or is included in any package sold for profit. Sale of this software and its documentation or any part of it for profit or inclusion of any part of this software or its documentation in a package sold for profit requires the prior written consent of the copyright holder. THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED. | ||||||||
|
|
| |||
|
http://www.schorsch.com/download/dxf2rad/manual.html Copyright © 1998-2003 Georg Mischler. All rights reserved. |