Click or drag to resize
AB4D logo

ObjFileToWpfModel3DConverterReuseMaterials Property

Gets or sets a boolean that specified if one material instance defined in obj file can be reused for all Model3D objects that use that material. If false than a new material instance will be created for each usage. Default value is true.

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

Property Value

Boolean
See Also