[Ca...] Posted December 10 Share Posted December 10 Hallo, In unserem Prüfplan werden zuerst Merkmale taktil gemessen, danach mit Kamera und danach wieder taktil. Nachdem von Kamera wieder auf taktile Sonde gewechselt wird, ist die Ansicht des CAD Model leider extrem gezoomt und kann nur manuell zurückgestellt werden. Kennt jemand eine Möglichkeit ein Ansicht zurückzurufen? Link to comment Share on other sites More sharing options...
[Ca...] Posted December 12 Author Share Posted December 12 Hello, In our test plan, features are first measured tactilely, then with a camera and then again tactilely. After switching from the camera back to the tactile probe, the view of the CAD model is unfortunately extremely zoomed and can only be reset manually. Does anyone know a way to recall a view? Link to comment Share on other sites More sharing options...
[Lu...] Posted December 12 Share Posted December 12 Hello, i am new to Calypso so this may not be what you are looking for. This button does not recall a previous view but it does fit the cad model to the current screen. Hope this helps. the button looks like a rectangle with 4 triangles around it next to the magnifying glasses at the bottom of the screen. Hallo, ich bin neu bei Calypso, daher ist dies möglicherweise nicht das, wonach Sie suchen. Diese Schaltfläche ruft keine vorherige Ansicht auf, passt das CAD-Modell jedoch an den aktuellen Bildschirm an. Ich hoffe, das hilft. Die Schaltfläche sieht aus wie ein Rechteck mit vier Dreiecken um sie herum neben den Lupen am unteren Bildschirmrand. Link to comment Share on other sites More sharing options...
[No...] Posted December 13 Share Posted December 13 Eine andere Möglichkeit als die von Luke gezeigte fällt mir jetzt auch nicht ein, aber das ist eben manuell. Man könnte das aber vielleicht mit "bösem" PCM-Code (executeCode()) automatisieren, denn Calypso macht da ja nichts anderes als ein Zoom-Kommando an den ACIS-Kern zu senden. Leider hab ich gerade keine Calypso-Station in der Nähe, um das zu testen. Erst im neuen Jahr wieder... Link to comment Share on other sites More sharing options...
[Mi...] Posted December 13 Share Posted December 13 Falls ihr PCM habt, könnt ihr mal ausprobiern, baseSystem().machine.inspection.showAll in die Eingangs- oder Ausgangseinstellungen der Messelemente zu kopieren. Dieser zoomt wieder auf die Standarddarstellung, welche auch der Vorschlag von Luke bewirkt. Link to comment Share on other sites More sharing options...
[Je...] Posted Thursday at 01:47 PM Share Posted Thursday at 01:47 PM Please sign in to view this quote. Michael, The solution you offered is the holy grail for a particular solution I've been looking for in Calypso for years. Thank you. Do you know of other modifications / parameters in PCM that relate to views? Can I recall to the Z+ view of the baseSystem or other part alignments, etc.? Link to comment Share on other sites More sharing options...
[Ch...] Posted Thursday at 01:52 PM Share Posted Thursday at 01:52 PM I believe the PCM command setFit() does something similiar, maybe too close compared to "zoomAll" or "showAll". Link to comment Share on other sites More sharing options...
[Ca...] Posted Thursday at 07:18 PM Author Share Posted Thursday at 07:18 PM Please sign in to view this quote. Danke, es funktioniert im normalen Betrieb. Leider aber nicht im Autorun - CAD Fenster. Aber schon mal besser als nichts Thanks, it works in normal operation. Unfortunately not in the autorun CAD window. But it's better than nothing Link to comment Share on other sites More sharing options...
[Mi...] Posted Friday at 01:53 PM Share Posted Friday at 01:53 PM Please sign in to view this quote. Hello Jeff, you can achieve this with setViewDirection(0,0,1) // view from +Z setViewDirection(0,0,-1) // view from -Z setViewDirection(1,0,0) // view from +X setViewDirection(0,1,0) // view from +Y . . . setViewDirection(-1,0.5,0.7) // something like this is also possible Link to comment Share on other sites More sharing options...
[Mi...] Posted Friday at 02:05 PM Share Posted Friday at 02:05 PM Please sign in to view this quote. Yep, it seems setFit() does something similiar. I've never used these CAD commands so far, so they were not on my radar. 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