Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
openmesh-python
Commits
6fab57f1
Commit
6fab57f1
authored
May 28, 2019
by
Isaak Lim
Browse files
fix typo in README.md
parent
daa46106
Pipeline
#10620
failed with stages
in 5 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6fab57f1
...
...
@@ -47,7 +47,7 @@ point_array += np.array([1, 0, 0])
# write and read meshes
om
.
write_mesh
(
'test.off'
,
mesh
)
mesh_2
=
om
.
read_trimesh
(
'test
_
off'
)
mesh_2
=
om
.
read_trimesh
(
'test
.
off'
)
```
For further examples see the documentation or refer to the
[
unit tests
](
https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/tree/master/tests
)
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment