source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/vrippack-0.31/src/plytools/summary.txt @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 1.9 KB
Line 
1
2iv2ply -h | [-a] [(- | infile.iv) [outfile.ply]]
3
4  Converts an Inventor file to ply format.
5  Formerly: ivtoply
6
7
8ply2asc < in.ply > out.ply
9
10  Converts any ply file to ascii ply file.
11
12  Formerly: ply2ascii
13
14
15ply2bin < in.ply > out.ply
16
17  Converts any ply file to binary ply file.
18
19  Formerly: ply2binary
20
21
22ply2iv < in.ply > out.ply
23
24  Converts ply to Inventor file.
25
26  Formerly: plytoiv
27
28
29ply2verts in.ply out
30
31  Converts ply file to an ascii list of vertices.
32
33
34plyaddinfo in.ply
35
36  Adds obj_info lines to the header of a ply file.
37
38
39plyarea < in.ply
40
41  Computes the surface area of a *triangle* mesh.
42
43
44plybbox < in.ply
45 
46  Computes the bounding box for a ply file.
47 
48  Change: now uses pipes.
49
50
51plybound < in.ply > out.ply
52
53  Scales and translates a ply file to fit ina bounding box.
54
55
56plycomps < in.ply
57
58  Indicates the number of connected components in a ply file.  Also
59  can be used select and write out components with enough vertices in
60  them.
61
62
63plycrunch < in.ply > out.ply
64
65  Performs Rossignac and Borrel decimation.  If no tolarance parameter
66  is provided, then voxel size is set to twice the average edge length.
67
68
69plyflip < in.ply > out.ply
70
71  Flips the normals and/or ordering of vertices in a ply file.
72
73
74plyhead in.ply
75
76  Prints out the header of a ply file.
77
78
79plynormals < in.ply > out.ply
80
81  Computes normals for a triangle mesh.
82
83
84plyremove  < in.ply > out.ply
85
86  Removes properties and elements from a ply file.
87
88
89plyshared < in.ply > out.ply
90
91  Collapses close vertices into single vertices.
92
93
94plyunshared < in.ply > out.ply
95
96  Duplicate vertices so that each vertex is referenced by exactly one
97  face.
98
99
100plyxform < in.ply > out.ply
101
102  Perform scale, translate, rotate on a ply file.
103
104
105crunch.tcl
106
107  Calls plycrunch 3 times to create four levels of mesh resolutions.
108
109
110plyvolume -h | [-p nx ny nz d] (- | file1.ply [file2.ply [...]])
111
112  Computes the signed volume (and area) of the given ply files.
Note: See TracBrowser for help on using the repository browser.