Click or drag to resize
AB4D logo

MeshUtilsGetPolygonPositionsCount(Model3D) Method

Returns the count of positions that can be created from polygon indices that are defined in this Model3D.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public static int GetPolygonPositionsCount(
	Model3D model3D
)

Parameters

model3D  Model3D
Model3D

Return Value

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