A Mesh is defined by a set of control points and the many n-sided polygons as needed. This article explains how to define a Mesh.... create_polygon ([ 0 , 1 , 2 , 3 ]) # Right side (X+) mesh...create_polygon ([ 1 , 5 , 6 , 2 ]) # Back face (Z-) mesh . create_polygon...