Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: benig
  • Order by date
  1. benig

    draw a circle exactly, when the radius is just designed

    Thanks for your answer, he is correct! Meanwhile I have found a solution with vba: Sub Kreis_mit_r() Dim s As Shape Dim posX As Double, posY As Double Set s = ActiveSelection.Shapes(1) ActiveDocument.Unit = cdrMillimeter 'If s.Type = cdrCurveShape Then 'MsgBox "Kurvenlänge: " &...
  2. benig

    draw a circle exactly, when the radius is just designed

    sorry, I have to correct the message: the radius is visible on the screen. he has any posture. now I have to construct exactly a circle with this radius. thanks
  3. benig

    draw a circle exactly, when the radius is just designed

    Hi the sheet shows a strech who lies not orthogonal. i have to contruct a exact circle with this radius. Who nows a simple way? thanks

Part and Inventory Search

Back
Top