@WCrihfield wrote:
Out of curiosity though, why would you want to change the color of a sketch point? Is this in the context of a drawing document and a DrawingSketch, instead of a PlanarSketch in a Part or Assembly?
I'm plotting (literally, making lots of points) three "curves" of a mechanism, on an assembly sketch (hence Sketchpoint, not sketchpoint2d), such as acting torque and applied torque and angle, speed, vs hub of the actuator, and it would be nicer to have different colors for the "curves".
Well if there's no API for that, I could just make three overlaing sketches for the three curves, and set their color manually, it needs to be done only once.

edit:
it sorta works... but once i delete the old points, the sketch resets to no color, and the color can not even be set if the sketch does not contain anything. so i have to apply the different colors for all sketches after every plot run.
