Share

TriangleMesh.nodeCoordinates Property

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

Description

Returns the node coordinates as an array of Point3D objects.

Syntax

"triangleMesh_var" is a variable referencing a TriangleMesh object.

# Get the value of the property.
propertyValue = triangleMesh_var.nodeCoordinates

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?