Returns the node coordinates as an array of Point3D objects.
# Get the value of the property.propertyValue = triangleMesh_var.nodeCoordinates
#include <Fusion/MeshData/TriangleMesh.h>// Get the value of the property.std::vector<Ptr<Point3D>> propertyValue = triangleMesh_var->nodeCoordinates();