|
PyramidMesh3DCreatePolygonIndices 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.1.8864.1045
Syntax public bool? CreatePolygonIndices { get; set; }
Property Value
NullableBooleanSee Also