Search found 1 match

AddArc3pt() fails

I am unable to use the VBA function AddArc3pt(). Sometimes it works well, and sometimes the arcs are upside-down. Here is a little program that produces the bug (an inverted arc): Public Sub Bug() Dim doc As Document Dim ms As ModelSpace Dim w1 As Point, w2 As Point, w3 As Point Dim A As Arc Set doc...

Go to advanced search