circle tangent shape seems to have an error in the formula

J

jproud

There seems to be an error in the scratch.A1 cell of the "Circle Tangents"
shape. When the circles have sizes that are not very similar, the tangents
seem to be off.

The formula in the shipping shapes is: ATAN2(Scratch.X1-Scratch.Y1,Width)
A formula that seems to work better is: ASIN((Scratch.X1-Scratch.Y1)/Width)

Has anyone else noticed this?

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...d86fab6fb&dg=microsoft.public.visio.developer
 
P

Paul Herber

There seems to be an error in the scratch.A1 cell of the "Circle Tangents"
shape. When the circles have sizes that are not very similar, the tangents
seem to be off.

The formula in the shipping shapes is: ATAN2(Scratch.X1-Scratch.Y1,Width)
A formula that seems to work better is: ASIN((Scratch.X1-Scratch.Y1)/Width)

Has anyone else noticed this?

You appear to be correct. Visio 2007 Beta.
It took me a while to find the appropriate shape, it's in the Drawing
Tool Shapes stencil.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top