01-24-2024
06:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-24-2024
06:50 AM
Not gonna watch the video ![]()
Addin folder and file should be in %appdata%\Autodesk\ApplicationPlugins
It'll need the .dll and .addin files.
<Addin Type="Standard">
<!--Created for Autodesk Inventor Version 21.0-->
<ClassId>{addin class ID}</ClassId>
<ClientId>{addin class ID}</ClientId>
<DisplayName>AssemCount</DisplayName>
<Description>AssemCount</Description>
<Assembly>AssemCount.dll</Assembly>
<LoadOnStartUp>1</LoadOnStartUp>
<LoadAutomatically>1</LoadAutomatically>
<!--LoadBehavior 0:Start with Inventor -->
<!--LoadBehavior 1:Start with part -->
<!--LoadBehavior 2:Start with assembly -->
<!--LoadBehavior 3:Start with presentation -->
<!--LoadBehavior 4:Start with drawing -->
<!--LoadBehavior 10:On Demand -->
<LoadBehavior>2</LoadBehavior>
<UserUnloadable>1</UserUnloadable>
<Hidden>0</Hidden>
<SupportedSoftwareVersionGreaterThan>21.0</SupportedSoftwareVersionGreaterThan>
<DataVersion>1</DataVersion>
<UserInterfaceVersion>1</UserInterfaceVersion>
</Addin>