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