color#

property Object3d.color[source]#

Part color as a tuple of integer values for (Red, Green, Blue) color values.

If the integer values are outside the range 0-255, then limit the values. Invalid inputs are ignored.

References

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

Examples

>>> part.color = (255,255,0)