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