Alles zum Thema Inventor
'Check to see if part is a sheetmetal part If (oDoc.SubType <> "{9C464203-9BAE-11D3-8BAD-0060B0CE6BB4}") Then Return
https://adndevblog.typepad.com/manufacturing/2013/01/inventor-document-sub-types.html
Die Gewinde Darstellung soll als Vorgabe aktive sein !
HKEY_CURRENT_USER\ Software\ Autodesk\ Inventor\ RegistryVersion20.0\ Applets\ DrawingLayout\ Preferences\ DrawingFormat BaseViewDefAssy REGDWORD von 101400 auf 1111501 BaseViewDefPart REGDWORD von 101400 auf 1111501 BaseViewDefPres REGDWORD von 101400 auf 1111501
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
Umstellen der Lizenzierung
HKEY_LOCAL_MACHINE\ SOFTWARE\ Autodesk\ Inventor\ RegistryVersion20.0 LicenseMode REGDWORD 1 = Netzwerk 2 = Einzelplatz
Eine LICPATH.LIC
C:\Program Files\Autodesk\Inventor 2016 SERVER 192.168.2.104 000000000000 USE_SERVER
oder mit der ADSKFLEX_LICENSE_FILE
HKEY_CURRENT_USER\ Software\ FLEXlm License Manager] ADSKFLEX_LICENSE_FILE RE_SZ @192.168.2.104;