Message 1 of 4
GetArcSegmentAt bug ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a simple plyne-arc in my dwg..
when I try to get the arc with this
CircularArc3d a = this.MyPlyneArx.GetArcSegmentAt(0);
a.StartAngle is always 0.0
of course I haven't an angle zero...
it's looks like it's give us the absolute angle between the vector v1 (p1 and center) and v2 (p2 center) with the first vector-ray on x Axis..
when I draw the arc-plyne i Have a bulge...and 2 differents angles..(no one at zero..) and I don't understand why this
"GetArcSegmentAt" give me a different arc..
i go crazy...!
when I try to get the arc with this
CircularArc3d a = this.MyPlyneArx.GetArcSegmentAt(0);
a.StartAngle is always 0.0
of course I haven't an angle zero...
it's looks like it's give us the absolute angle between the vector v1 (p1 and center) and v2 (p2 center) with the first vector-ray on x Axis..
when I draw the arc-plyne i Have a bulge...and 2 differents angles..(no one at zero..) and I don't understand why this
"GetArcSegmentAt" give me a different arc..
i go crazy...!