tri2dxf

NAME

tri2dxf - convert a triangle cloud to dxf

SYNOPSIS

tri2dxf [-l STRING|--layer STRING] [-?|-h|--help]

DESCRIPTION

tri2dxf converts a triangle cloud in the format specified below to a dxf file. The dxf layer one which the triangles are put can be specified (default: on layer '0'). It takes its input from the standard input and returns the result to the standard output.

DATA FORMAT

> number_of_points
> x1 y1 z1
> x2 y2 z2
> ...
> xn yn zn
> number_of_triangles
> r11 r12 r13
> r21 r22 r23
> ...
> rn1 rn2 rn3

OPTIONS

-h,--help,-?

Returns the manual page

-l LAYER, --layer LAYER

put the triangles on layer LAYER

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) 2012 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

view_tri(1), dxf2tri(1)

Pierre SMARS (tools, home page)