Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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