Jump to content

von Teilkreis dem Durchmesser auswerten


---
 Share

Recommended Posts

Hallo,
Wie kann ich einen Teilkreis dem Durchmesser auswerten?
Habe den Außendurchmesser vom Teil.
Jetzt will ich den Teilkreisdurchmesser einer Bohrung dazu auswerten.

Der Radius ist kein Problem, aber es wird der Durchmesser gefordert.

[attachment=0]Zeiss Durchmesser.jpg[/attachment]

Zeiss Durchmesser.jpg

Link to comment
Share on other sites

It can be simply done with result element and 3d line.
  • Make 3D line with recall of those two circles ( it have to recall theirs centers )
  • Use formula in result element
    getActual("3D line").len
This will give you pitch diameter.

Or if you need that diameter sign and use diameter callout, then this should be applicable too
  • Make 3D line with recall of those two circles ( it have to recall theirs centers )
  • Make recalled feature of big circle
  • Edit it's diameter formula
    getActual("3D line").len*2
Link to comment
Share on other sites

Please sign in to view this quote.

Hi here are some screenshots - to enter formula you have to click right mouse button into field where you want that formula.
I had to make them theoretical features ( Kreis1 and Kreis2 ) to obtain values - you have actuals.
For Kreis3-Kreis1 you are using "Rückruf ein Element"

Result element 3001_9dfe0da1498db1e979488788eb6c57b6.png
Creation of 3d line 3001_fd2470286dd18ac0f842fc75a869df5e.png
Using recall feature to get a circle 3001_73833e2b680e0366dab2dd581e22a3e4.png
Link to comment
Share on other sites

 Share

×
×
  • Create New...