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.