|
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.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static bool CreatePolygonIndicesByDefault { get; set; }
Property Value
BooleanSee Also