surface_material_type property

surface_material_type property

Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte.

Definition:

@property
def surface_material_type(self):
    ...
@surface_material_type.setter
def surface_material_type(self, value):
    ...

See Also