Click or drag to resize
AB4D logo

ExtensionsGetPolygonIndices Method

Returns Int32Collection that contains position indexes that define polygons for this MeshGeometry3D (set with PolygonIndicesProperty DependencyProperty). See remakes in PolygonIndicesProperty for more info.

Namespace: Ab3d
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static Int32Collection GetPolygonIndices(
	this MeshGeometry3D meshGeometry3D
)

Parameters

meshGeometry3D  MeshGeometry3D
MeshGeometry3D

Return Value

Int32Collection
Int32Collection if it is set as PolygonIndicesProperty or null

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type MeshGeometry3D. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also