Hi there!
Please, need help to AddPoint or DrawPoint (points) with a given style and size.
Have this to color the point:
import lor the point
import scriptcontext as sc
import rhinoscriptsyntax as rs
color = rs.CreateColor(120, 100, 128)
Pnt = [4.0, 2.0, 0.0]
pnt_id = rs.AddPoint(Pnt)
rs.ObjectColor(pnt_id, color);
Thanks!
Vzav
2 posts - 2 participants