i know this is all really elementary stuff. Just trying to understand how to work with vb
I made a little progress but the OnCurve constructor isn't workingas expected - when I put in the following I am getting full circles and not individual arcs based on the radian values I am cycling through: pieArc.Create(pieCenter, 10.0, i) what am I doing wrong? Also, if I wanted a closed polycurve to make each pie slice, what would be the right class for that? Do I make two line segments and an arc and join them, or is there a single entity that I can use to make the whole thing?