Drop wxALIGN_BOTTOM from vertical sizer
[survex.git] / doc / cad3d.sgml
blobde5ac9de571000ba2fcb76b05965037de8ce5870
1 <refmeta>
2 <refentrytitle>cad3d</refentrytitle>
3 <manvolnum>1</manvolnum>
4 </refmeta>
6 <refnamediv>
7 <refname>cad3d</refname>
8 <refpurpose>convert a <Application>Survex</Application> <filename>.3d</filename> file into formats which can be read by CAD and drawing packages
9 </refpurpose>
10 </refnamediv>
12 <refsynopsisdiv>
13 <cmdsynopsis>
14 <command>cad3d</command>
15 <arg choice="opt">options</arg>
16 <arg choice="req">.3d file</arg>
17 <arg choice="opt">output file</arg>
18 </cmdsynopsis>
19 </refsynopsisdiv>
21 <refsect1><title>Description</title>
22 <!-- FIXME: more info (opts, etc) -->
24 <para>
25 Cad3d can currently output DXF, Skencil, or SVG files for import into CAD
26 packages. It can also produce Compass .plt files, which are primarily intended
27 for importing into Carto, but can also be used with Compass itself.
28 </para>
30 </refsect1>