| RvmLoadOptionsGenerateMaterials Property |
Generate materials with random colors for each objects in the scene if color table is not exported within the RVM file.
Default value is true
Namespace: Aspose.ThreeD.FormatsAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool GenerateMaterials { get; set; }Public Property GenerateMaterials As Boolean
Get
Set
public:
property bool GenerateMaterials {
bool get ();
void set (bool value);
}member GenerateMaterials : bool with get, set
Property Value
Type:
Boolean
See Also