Skip to main content
1-Visitor
May 22, 2011
Question

Data Structure for ARC WITH 3 points

  • May 22, 2011
  • 0 replies
  • 1202 views

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


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.