  | 
ConeMesh3DCreatePolygonIndices Property | 
            Gets or sets a nullable Boolean that specifies if the created MeshGeometry3D will have PolygonIndices set to the 
PolygonIndicesProperty DependencyProperty. 
            If this value is not set, then static 
CreatePolygonIndicesByDefault value is used.
            Default value is null.
            
 Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntaxpublic bool? CreatePolygonIndices { get; set; }Property Value
NullableBoolean
See Also