Jump to content
Developer Wiki and Function Reference Links ×

LinearDim and EllipseEllipseIntersect issues


Recommended Posts

LinearDim(x, 0, x, y, 0, 3, 1, 512+1024, -120);

It doesn't seem to matter what the last argument is set to, it won't offset the text when using ordinate dimensioning. Have to go back and move each by hand. The argument does work for DimTypes.

k := EllipseEllipseIntersect(tl1, br1, tl2, br2, p1, p2, p3, p4);

When intersecting an oval and a circle that only have two overlaps, it's always returning 4 for k, and two of the points (including p1) are really wacky. I end up having to loop though all 4 to first see if they're within a bounding box before using them, be/c I can't trust the return value.

Anyone with similar results?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...