Skip to content

Commit 9cf472d

Browse files
committed
fix doc
1 parent eed49fe commit 9cf472d

File tree

1 file changed

+1
-1
lines changed
  • src/compas/datastructures/mesh

1 file changed

+1
-1
lines changed

src/compas/datastructures/mesh/mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ def to_stl(self, filepath, precision=None, binary=False, **kwargs):
806806
-----
807807
STL files only support triangle faces.
808808
It is the user's responsibility to convert all faces of a mesh to triangles.
809-
For example, with :func:`compas.datastructures.mesh_quads_to_triangles`.
809+
For example, with :meth:`compas.datastructures.Mesh.quads_to_triangles`.
810810
811811
"""
812812
stl = STL(filepath, precision)

0 commit comments

Comments
 (0)