material_appearance#

property Polyline.material_appearance: bool#

Material appearance property of the part.

Returns:
bool

True when material appearance is activated for the part, False otherwise.

References

>>> oEditor.GetPropertyValue
>>> oEditor.ChangeProperty

Examples

>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d
>>> obj = Object3d()
>>> obj.material_appearance