Click or drag to resize
AB4D logo

MeshUtilsGetPolygonPositionsCount(MeshGeometry3D) Method

Returns the count of positions that can be created from polygon indices.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static int GetPolygonPositionsCount(
	MeshGeometry3D meshGeometry3D
)

Parameters

meshGeometry3D  MeshGeometry3D
MeshGeometry3D

Return Value

Int32
count of positions that can be created from polygon indices
See Also