浏览代码

Add link to MeshDataTool API in tutorial (#3817)

Ryan Roden-Corrent 5 年之前
父节点
当前提交
bb017ba445
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/content/procedural_geometry/meshdatatool.rst

+ 1 - 1
tutorials/content/procedural_geometry/meshdatatool.rst

@@ -3,7 +3,7 @@
 Using the MeshDataTool
 Using the MeshDataTool
 ======================
 ======================
 
 
-The MeshDataTool is not used to generate geometry. But it is helpful for dynamically altering geometry, for example
+The :ref:`MeshDataTool <class_meshdatatool>` is not used to generate geometry. But it is helpful for dynamically altering geometry, for example
 if you want to write a script to tessellate, simplify, or deform meshes.
 if you want to write a script to tessellate, simplify, or deform meshes.
 
 
 The MeshDataTool is not as fast as altering arrays directly using ArrayMesh. However, it provides more information
 The MeshDataTool is not as fast as altering arrays directly using ArrayMesh. However, it provides more information