File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ be represented as an `object`-typed field, each of whose values is an
196
196
array of type ` 'i4' ` and length 3. The reason is simply that the PLY
197
197
format provides no way to find out that each "vertex_indices" field has
198
198
length 3 without actually reading all the data, so ` plyfile ` has to
199
- assume that this is a variable-length property. However, see below (and
200
- ` examples/plot.py ` ) for an easy way to recover a two-dimensional array
199
+ assume that this is a variable-length property. However, see the FAQ
200
+ for an easy way to recover a two-dimensional array
201
201
from a list property, and also see the notes above about the
202
202
` known_list_len ` kwarg to speed up the reading of files with lists of
203
203
fixed, known length.
You can’t perform that action at this time.
0 commit comments