get_property#

MaterialDef.get_property(material_property, component_id=None, row=None, col=None)#

Set a property value of the material.

Parameters:
material_propertyMaterialProperty, default: None

Material property ID.

component_idint, default: None

Component ID.

rowint, default: None

Tensor row.

colint, default: None

Tensor column.

Returns:
Value

Value of the material property.