Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! 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