PolygonMesh.nodeCountPerPolygon Property
Parent Object: PolygonMeshDefined in namespace "adsk::fusion" and the header file is <Fusion/MeshData/PolygonMesh.h>
Description
Returns the number of nodes that define each polygon. For example, if NodeCountPerPolygon[0] returns 6 it indicates the first polygon is defined using 6 nodes. The first six indices returned by the PolygonNodeIndices properties provide the look-up into the NodeCoordinates array.
Syntax
"polygonMesh_var" is a variable referencing a PolygonMesh object.
|