PolygonMesh.nodeCoordinates Property

Parent Object: PolygonMesh
Defined in namespace "adsk::fusion" and the header file is <Fusion/MeshData/PolygonMesh.h>

Description

Returns the node coordinates as an array of Point3D objects.

Syntax

"polygonMesh_var" is a variable referencing a PolygonMesh object.
# Get the value of the property.
propertyValue = polygonMesh_var.nodeCoordinates
"polygonMesh_var" Is a variable referencing a PolygonMesh Object.
#include <Fusion/MeshData/PolygonMesh.h>

// Get the value of the property.
std::vector<Ptr<Point3D>> propertyValue = polygonMesh_var->nodeCoordinates();
"polygonMesh_var" Is a variable referencing a PolygonMesh Object.
// Get the value of the property.
propertyValue = polygonMesh_var.nodeCoordinates;

Property Value

This is a read only property whose value is an array of type Point3D.

Version

Introduced in version August 2014