set_color#

Plane.set_color(color_value)[source]#

Set symbol color.

Parameters:
color_valuestr

String exposing the new color of the plane in the format of “(001 255 255)”.

References

>>> oEditor.ChangeProperty

Examples

>>> plane = self.aedtapp.modeler.create_plane("-0.7mm","0.3mm", "0mm", "0.7mm", "-0.3mm", "0mm", "demo_plane")
>>> plane.set_color("(143 175 158)")