material_appearance#
- property Polyline.material_appearance: bool#
Material appearance property of the part.
- Returns:
- bool
Truewhen material appearance is activated for the part,Falseotherwise.
References
>>> oEditor.GetPropertyValue >>> oEditor.ChangeProperty
Examples
>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d >>> obj = Object3d() >>> obj.material_appearance