stl2dxf

NAME

stl2dxf - converts a 'stl' file in a 'dxf' file

SYNOPSIS

stl2dxf [-?|-h|--help] [-l NAME|--layer NAME]

DESCRIPTION

stl2dxf converts the triangles of the 'stl' file (triangular representation of a 3D surface geometry) in 'dxf' format (3DFACES). It takes its input from the standard input and returns the result to the standard output. The triangle normals of the 'stl' file are disregarded.

OPTIONS

-h,--help,-?

Returns the manual page

-l NAME, --layer NAME

Put the triangles on the layer NAME (default '0').

AUTHORS

Written by Pierre Smars (first version: 2010)

BUGS

Reports of bugs or problems should be submitted via electronic mail to <smars@yuntech.edu.tw>.

COPYRIGHT

Copyright (C) 2011 Pierre Smars. License GPLv2 <http://www.gnu.org/licenses/gpl-2.0.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

tri2stl(1), dxf2tri(1), stlb2stla(1)

Pierre SMARS (tools, home page)