|
ReaderObjReadPolygonIndices Property |
Gets or sets a Boolean that specifies if PolygonIndicesProperty is set to the created MeshGeometry3D objects.
This property defines the indexes of positions that define mesh polygons.
This property is used only when the assimp scene was not read with Triangulation post process and when the Ab3d.PowerToys library is referenced.
Default value is false.
Namespace: Ab3dAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public bool ReadPolygonIndices { get; set; }
Property Value
BooleanSee Also