Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. 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