material_name# property Polyline.material_name: str | None# Material name of the object. Returns: str or NoneName of the material when successful, None and a warning message otherwise. References >>> oEditor.GetPropertyValue >>> oEditor.ChangeProperty Examples >>> from ansys.aedt.core.modeler.cad.object_3d import Object3d >>> obj = Object3d() >>> obj.material_name