Hi Steve
With this script I expect the result of attached picture LinearDimension_2 and not LinearDimension_1;
It's a bug or my fault?
Ciao VittorioPython Code:
import rhinoscriptsyntax as rsp1=(-30,0,0)p3=(120,50,0)p4=(0,100,0)px=(60,120,0)py=(-50,50,0)rs.AddLinearDimension(p3,p4,px)rs.AddLinearDimension(p1,p4,py)


Reply With Quote