Hi, I'm a problem.... it would like to change the startpoint to some line... I write: Set pi = SSett.Item(i) lunghezza = pi.Length polarPnt = ThisDrawing.Utility.PolarPoint(pi.StartPoint,pi.Angle, 0.28) pi.StartPoint(0) = polarPnt(0): pi.StartPoint(1) = polarPnt(1): pi.StartPoint(2) = polarPnt(2) pi.Update ThisDrawing.Application.Update I do not see the change... Thanks