[P....] Posted September 18, 2024 Share Posted September 18, 2024 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 More sharing options...
[Ma...] Posted September 19, 2024 Share Posted September 19, 2024 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 More sharing options...
[P....] Posted September 19, 2024 Author Share Posted September 19, 2024 Hallo, Danke für die Antwort. Aber leider komme ich nicht damit klar. 3D Linie funtioniert, und dann komme ich nicht weiter. Mfg Link to comment Share on other sites More sharing options...
[Ma...] Posted September 19, 2024 Share Posted September 19, 2024 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 Creation of 3d line Using recall feature to get a circle Link to comment Share on other sites More sharing options...
[Je...] Posted September 19, 2024 Share Posted September 19, 2024 getActual("Kreis1").coordPolRadius*2 funktioniert auch, damit sparst du dir die 3d-Gerade Gruß Jens Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in