set_color#

Point.set_color(color_value)[source]#

Set symbol color.

Parameters:
color_valuestr

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

References

>>> oEditor.ChangeProperty

Examples

>>> point = self.aedtapp.modeler.create_point([30, 30, 0], "demo_point")
>>> point.set_color("(143 175 158)")