dxf2tri

NAME

dxf2tri - extract 3Dfaces from a 'dxf' file or stream and send the data to a triangle cloud

SYNOPSIS

dxf2tri [-l STRING|--layer STRING] [-p INT|--precision INT] [-?|-h|--help]

DESCRIPTION

dxf2tri extracts 3Dfaces from a 'dxf' file or stream and sends the data to a triangle cloud. By default, all the 3Dfaces are extracted. The option --layer allows to extract only the 3Dfaces on a specific layer. Duplicate points are merged. It takes its input from the standard input and returns the result to the standard output.

OPTIONS

-l STRING, --layer STRING

only 3D faces on STRING are extracted

-p INTEGER, --precision INTEGER

number of decimals (default: 6)

-h,--help,-?

Returns the manual page

AUTHORS

Written by Pierre Smars (first version: 2001)

BUGS

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

COPYRIGHT

Copyright (C) 2015 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

tri2dxf(1), dxf2pt(1), dxf2li(1), view_tri(1)

Pierre SMARS (tools, home page)