Message 1 of 7

Not applicable
04-06-2018
04:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I am trying to get the reference vector of a circular arc.
The only information I found is:
AcDbArc* arc = AcDbArc::cast( pEnt ); AcGeVector3d refVec = arc->normal()->perpVector();
However, I was expecting a method to give back the reference vector.
Could somebody help me?
Kind regards,
Evangelos
Solved! Go to Solution.