autodesk:inventor
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
autodesk:inventor [2024/05/02 08:58] – angelegt uwe-handzik | autodesk:inventor [2024/08/06 10:00] (aktuell) – [Inventor] uwe-handzik | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Inventor ====== | + | ======Rund um den Inventor ====== |
Alles zum Thema Inventor | Alles zum Thema Inventor | ||
- | {{child_pages}} | ||
===== Interessantes in der API ===== | ===== Interessantes in der API ===== | ||
Zeile 20: | Zeile 18: | ||
---- | ---- | ||
+ | |||
+ | ===== IDW ===== | ||
+ | |||
+ | ==== Gewinde in Zeichnungsableitung ==== | ||
+ | |||
+ | Die Gewinde Darstellung soll als Vorgabe aktive sein ! \\ | ||
+ | |||
+ | < | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | RegistryVersion20.0\ | ||
+ | Applets\ | ||
+ | DrawingLayout\ | ||
+ | Preferences\ | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | </ | ||
+ | |||
+ | ==== Blatt in ISO Ansicht setzen ==== | ||
+ | |||
+ | So gehts in die ISO | ||
+ | | ||
+ | < | ||
+ | Sub DrawingIsoView() | ||
+ | Dim v As View | ||
+ | Set v = ThisApplication.ActiveView | ||
+ | Dim c As Camera | ||
+ | Set c = v.Camera | ||
+ | c.ViewOrientationType = kIsoTopRightViewOrientation | ||
+ | c.ApplyWithoutTransition | ||
+ | End Sub | ||
+ | |||
+ | und so wieder zurück | ||
+ | |||
+ | Sub DrawingNormalView() | ||
+ | Dim v As View | ||
+ | Set v = ThisApplication.ActiveView | ||
+ | Dim c As Camera | ||
+ | Set c = v.Camera | ||
+ | c.ViewOrientationType = kFrontViewOrientation | ||
+ | c.ApplyWithoutTransition | ||
+ | End Sub | ||
+ | </ | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | ===== Inventor 2017 ===== | ||
+ | ----- | ||
+ | ====Umstellen Netzwerk Einzelplatz==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ----- | ||
+ | =====Inventor 2016===== | ||
+ | |||
+ | === Lizenzierung ändern === | ||
+ | |||
+ | Umstellen der Lizenzierung | ||
+ | | ||
+ | SOFTWARE\ | ||
+ | | ||
+ | Inventor\ | ||
+ | | ||
+ | | ||
+ | 2 = Einzelplatz | ||
+ | Eine LICPATH.LIC | ||
+ | | ||
+ | |||
+ | SERVER 192.168.2.104 000000000000 | ||
+ | USE_SERVER | ||
+ | | ||
+ | oder mit der ADSKFLEX_LICENSE_FILE | ||
+ | | ||
+ | Software\ | ||
+ | FLEXlm License Manager] | ||
+ | | ||
+ |
autodesk/inventor.1714640286.txt.gz · Zuletzt geändert: 2024/05/02 08:58 von uwe-handzik