|
MeshUtilsGetPolygonPositionsCount(Model3D) Method |
Returns the count of positions that can be created from polygon indices that are defined in this Model3D.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static int GetPolygonPositionsCount(
Model3D model3D
)
Parameters
- model3D Model3D
- Model3D
Return Value
Int32count of positions that can be created from polygon indices
See Also