Click or drag to resize
Reader3dsDefaultMaterial Property
Gets or Sets the material that will be applied to the read objects if the object does not have its own material set. Default value is Silver SolidColorBrush.

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public Material DefaultMaterial { get; set; }

Property Value

Type: Material
See Also