Message 1 of 8

Not applicable
11-06-2018
12:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to extract the angles of the point described by the start and end parameters after reading a dxf file, given that the semi_major, semi_minor, centre point and the start and end parameters are supplied by the dxf file.
this is the equation i am looking at,
Snippet
p(u)=(Cx+a*cos(u))*i+(Cy+b*sin(u))*j
Snippet
Cx is the X value of the point c
Cy is the Y value of the point c
a is -(1/2 of the major axis length)
b is -(1/2 of the minor axis length)
i and j represent unit vectors in the X and Y directions
im not sure how or if you can rearrange to extract the angles for the start and end point, or just get the points themselves
Solved! Go to Solution.