Click or drag to resize
AB4D logo

MeshUtilsCreatePolygonIndicesByDefault Property

Gets or sets a static Boolean that specifies if Polygon indices are created for 3D models defined in Ab3d.PowerToys library (box, sphere, pyramid, etc.). Default value is false. This value is used when the CreatePolygonIndices property for the actual Mesh3D object does not have a value set - for example a CreatePolygonIndices in BoxMesh3D class.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static bool CreatePolygonIndicesByDefault { get; set; }

Property Value

Boolean
See Also