Browse Source

Add link to MeshDataTool API in tutorial (#3817)

Ryan Roden-Corrent 5 years ago
parent
commit
bb017ba445
1 changed files with 1 additions and 1 deletions
  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