Returns the normal vectors as an array of floats. There is one normal vector for each index.
# Get the value of the property.propertyValue = polygonMesh_var.normalVectorsAsFloat
#include <Fusion/MeshData/PolygonMesh.h>// Get the value of the property.std::vector<float> propertyValue = polygonMesh_var->normalVectorsAsFloat();