From 6f4c8696e286fb0e535f19c5ab97b4fa629e218a Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 24 May 2023 14:36:50 +0200 Subject: [PATCH] Update lib3mf_MeshObject.rst --- Documentation/source/Cpp/lib3mf_MeshObject.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/source/Cpp/lib3mf_MeshObject.rst b/Documentation/source/Cpp/lib3mf_MeshObject.rst index 00cea2dd9..4510aa8db 100644 --- a/Documentation/source/Cpp/lib3mf_MeshObject.rst +++ b/Documentation/source/Cpp/lib3mf_MeshObject.rst @@ -26,7 +26,7 @@ CMeshObject .. cpp:function:: sPosition GetVertex(const Lib3MF_uint32 nIndex) - Returns the vertex count of a mesh object. + Returns the coordinates of a single vertex of a mesh object. :param nIndex: Index of the vertex (0 to vertexcount - 1) :returns: filled with the vertex coordinates.