Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Dear All,
I want to know what data structure is used within Pro/Toolkit for defining Arc with 3 points, namely Start Point, Endpoint, Center.
It is certaily not Pro2dArcdef since it contains only:
typedef struct
{
Pro2dEntType type; /* PRO_2D_ARC */
Pro2dPnt center;
ProAngle start_angle;
ProAngle end_angle;
double radius;
} Pro2dArcdef;
Please let me know your openions on this matter.
Cheers
RP