AutoCAD Inventor :: Addin To Delete Local Copy Of Files
Apr 22, 2013
Have a problem of users using files in their local workspace instead of getting the latest files from Vault?
This is an Inventor question because my next step will be to develop an Inventor addin which deletes files from a user's local workspace when they check the files in.
Win7 x64 - 16gb ram
i7 3610qm
FirePro M4000
Inventor 2013
ETO 6.1
View 9 Replies
ADVERTISEMENT
Nov 6, 2013
We are working with Inventor Premium 2013 with Vault Pro 2013. Recently, several users had the "delete local copy" check box greyed out when checking into Vault.
Vault is at SP2
Inventor is at SP2 Update 2
Product Design Suite Ultimate 2014
Vault Professional 2014
Windows 7 Pro SP1
HP-Z400: 2.67 GHz 12 Gb Ram
Nvidia Quadro FX1800 driver 276.42
View 2 Replies
View Related
Oct 11, 2012
I am tryiing to "purge" a local appearance in a part. From the tools>Appearance, I want to delete the Knurled (Coarse), but the delete is greyed out.
I cleared the appearance overrides, but it is still greyed out. Here is a short video of what I have tried.
The reason I am going thru this excersice it to remove the knurl.bmp that shows up in by vault browser... watch the end of the video.
View 2 Replies
View Related
Jan 16, 2013
When I implemented Inventor Pro 2013 I added all our custom materials to the Inventor Material Library. This library is not local but on a shared network drive that everyone in my company can access.You can clearly see that it is not locked and is write enabled. I dragged the local material to the library and I shows up in the library. When I close and exit Inventor and re-open, it is no longer available.
You can clearly see by my screen capture that the new material was added to the library. Why isn't is updating the library?
I have managed our Inventor styles and libraries for Inventor since 2003 (R5) and I never had as much problems getting my mind to wrap around this new appearances change that Autodesk has made. I have wasted 4 hours this morning trying to add a simple custom material to my library and I cannot.
View 3 Replies
View Related
Nov 13, 2013
Using ISO.idw template I created into a sheet a Sketch which contains a hatch. Now I want to delete that hatch and I don't find anywhere how to delete it.
The second problem is this: I want to create in multiple sheets the same drawing but with small differences. How to copy a drawing from a sheet to another sheet. I press right click on the first sheet and i press Copy but there's no Paste button.
View 1 Replies
View Related
Jan 20, 2012
I am using Autocad 2008. I lost all my icons when opened a drawing after disconnected my workstation off my domain network and trying to use it locally in my local drive.
in order words, How can I copy my network/server profile into my local drive so that I can run Autocad from my local drive ?(My Autocad Software is loaded in my local drive).
View 1 Replies
View Related
Feb 6, 2014
How do I delete Local Albums in Elements 12 - and how do I rename them ?
View 2 Replies
View Related
Nov 26, 2012
I'm coming from a Smoke Linux perspective so the terms might not be right:
Pre-Release 6, I've imported and EDL, linked it to DPX film scans on the network, and consolidated 10 frame handles. I can "cache" the files locally as ProResHQ, but how do I do a "store local copy"? That is make a copy of the DPX files I need on my machine.
View 2 Replies
View Related
May 1, 2012
I am conforming three 2 minute long sequences and am trying to soft import all the footage, then conform, then consolidate to 24 frame handles, then Store Local Copy all the footage (only used in each sequence). I feel like i used to get a "Pending Render" super over the preview player in the Library. For some reason i am not getting this message. Is there any way to check the progress of the Store Local Copy, or to make sure that smoke is actually storing a local copy? The drive that the media lives on is a 2TB GRaid and i am getting awful performance in smoke when trying to do anything with the clips/sequences, which i expected...
View 3 Replies
View Related
May 16, 2013
Is it possible through VB or VBA to delete links to external files?
View 3 Replies
View Related
Apr 3, 2013
I have a number of clips that were soft imported, then used in the paint module to remove some blemishes. I have since done a 'store local copy' on the original clips.
The painted clip still has the 'soft' indicator. How do I update the painted clip?
Is there a way to go into the history of the painted clip and replace the soft import with the local copy? Do I 'store local copy' on the painted clip?
View 3 Replies
View Related
Nov 9, 2011
How to call a addin from vba ? The addin is existing, source code not available :-(
My only idea is to somehow activate the button on the ribbon. Made a dump with the Print Ribbon routine from the online API help:
Tab: CDLIGHT, CDLIGHT.Part.Tab
Panel: iToolbox, CDLIGHT.iToolbox.Part.ToolBar
View 1 Replies
View Related
Sep 22, 2011
how to load an addin without using the registry for Inventor 2012? Failing that, I just can't seem to get it to work.
View 1 Replies
View Related
Dec 13, 2012
Below is a link to a github repo that has a code example showing how to embed an IronPython engine inside a C# addin. It is the same as the "Simple AddIn" that comes with the SDK, only with the logic part of the addin factored out into IronPython. I could never find anything on using IronPython with Inventor so I'm posting this for any others that might be interested.
The main reason for doing this is to speed up development time. Edits related to the python code do not require the cycle of shutting down Inventor, compiling, restarting etc. More detail is in the readme. URL....
View 4 Replies
View Related
Oct 29, 2004
I followed exactly step-by-step showing in the program. After compile the DLL register the registry, run IV, I couldn't see the AddIn SampleToolbar in the Panel bar.
View 9 Replies
View Related
Dec 17, 2013
I would like to make an Inventor AddIn with commands (functions) that can be called from other standalone applications. I have tried to create a COM interface for my AddIn, and that works with rather small effort, but I think I have heard that it should be possible to do this without the COM interface. I would like to avoid COM if possible. if I need to do anything special in the AddIn to make the function visible and how I on client side calls the function.
View 1 Replies
View Related
Jan 27, 2010
creating an Inventor addin that uses WPF (instead of WinForms). We are trying it with Inventor 2010 and are running into problems.
View 2 Replies
View Related
Feb 13, 2013
I have an addin which displays a form, then when I click a button operations are launched. The form is no modal, so I display it, select objects, apply, select objects, apply,... then close the form with another button (form.close).
All functions, but only on the first opened file : I open the file, use the addin, close the form. I open another file, the addin is always loaded, but when I click on the icon to display the form nothing happens... I have to unload the addin and reload it.
View 2 Replies
View Related
Apr 13, 2012
Windows 7 64bit
Inventor 2010
Visual Studio Professional 2010
I have an Addin with several pieces of functionality that I have been working on for over a year now and have had no problems with it loading. Yesterday I was working on a bug in a function and when I set a break point it was not breaking in the correct location. Possably some miss match between the source and .pdb files. I tried a clean build but still could not get the break point to be correctly aligned with my source code.
I tried to unregister and re-register the Addin with regasm but no luck. I then decided to search the registry for the name of my Addin and was supprized to find thousnads of registry entries. I then decided to clean my registry of all occurances of the Addin name. After removing all occurances of my Addin from the registry my Addin would not load.
I tried putting a message box in the first line of the Activate sub but it never executes. I made the assumption that it was a problem with the registry and changed the GUID value. When I did a rebuild I got the following error:
Error 1 The "UnregisterAssembly" task failed unexpectedly.
System.Runtime.InteropServices.COMException (0x80030002): could not be found. (Exception from HRESULT: 0x80030002 (STG_E_FILENOTFOUND))
at Microsoft.Build.Tasks.NativeMethods.UnregisterTypeLib(Guid& guid, Int16 wMajorVerNum, Int16 wMinorVerNum, Int32 lcid, SYSKIND syskind)
at Microsoft.Build.Tasks.UnregisterAssembly.Unregister(String assemblyPath, String typeLibPath)
at Microsoft.Build.Tasks.UnregisterAssembly.Execute()
at Microsoft.Build.Framework.ITask.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask, Boolean& taskResult) AnthroAddIn
I ran the build again and did not get the error.This Addin is loaded on every CAD workstation in the company using an install program written with the Inno Setup Compiler. I installed the Addin using the installer and the Addin still will not load on my machine.
What is the best approch to debugging an Addin that will not load?When is it necessary to re-register your Addin using regasm?Is it possable that this problem is being caused a problem with the registry?I have read a number of posts regarding problems with Addin's not loading but have not found anything simmilar to this.
View 2 Replies
View Related
Aug 25, 2013
I've used vb.net to write two separate addins. I was wondering if there is a way to pass a variable from one addin to another similar to the way shared variables are passed from rule to rule in iLogic.
View 2 Replies
View Related
Aug 25, 2011
I have having difficulty getting any addins to load at the moment and am totally stumped as to what the problem is. I have even created a very simple addin from the (C#) template, compiled and registered it and it still will not load up. I get the addin to appear in the Inventor Add-ins dialog ok but it will not load for some reason. I have tried generating various .Net versions 2.0, 3.0 & 3.5 all produce the same result. I have also tried to debug the add-in by getting Visual Studio to launch Inventor but it does not even appear to be loading the add-in. I have dug out some work I did months ago and tried that but it does not work either. Is there a log in Inventor?
I am using C# in Visual Studio 2008 Pro & Inventor 2011.
View 1 Replies
View Related
Sep 12, 2013
I am looking for any example to create an addin compatible between versions of inventor and also compatible win between 32 and 64bit.
Today I know create all separate. Thereby generating 4 different files.
Example:
Addin2013_32x.dll
Addin2013_64x.dll
Addin2014_32x.dll
Addin2014_64x.dll
View 2 Replies
View Related
Oct 24, 2012
show me an event handler (or whatever is needed) for bailing out of an AddIn? I'm using VB.net. The end users would prefer to use the ESCAPE key for this.
View 5 Replies
View Related
Sep 9, 2013
Using Inventor 2014 and Vault Basic 2014. It was working this morning but now when Invnetor is opened it automatically logs into Vault and says it is successful but the open from vault icon is greyed out. Similarly when opening a drawing from the vault it used to automatically run and open inventor but now seems to lack the connection. Even when manually opening a drawing that is in the vault by downloading it from the browser and then opening in inventor there is no Vault tab on the browser and all Vault commands except "log out" are greyed out. I think it has something to do with the add-in as well as the Vault group.
View 2 Replies
View Related
Sep 24, 2012
We create a greate deal of DLL add ins for Inventor using Microsoft VB.NET. The code security is very important to us. I hear certain program such " Lutz Roeder's Reflector " can reverse engineer the DLL assemblies and get the actual code from it. This would cause concern when we deploy the DLL to various users.
So, is it true that DLL from VB.NET (or C# and C++) is so vulnerable from reverse engineering? if yes, what is any practice to add security to it?
View 4 Replies
View Related
Dec 2, 2013
I have an issue where an addin loads once the first time Inventor is opened. If the addin is unloaded and reloaded via the Addins dialog and no documents are open it loads once. If the addin is reloaded while a file is open is reloads twice.
I came to the conclusion it is loading multiple times because the it seems to go through the Activation method of the addin twice. When is the Activation method called during loading an addin?
Inventor Addins
FlowTools for Inventor
ilxButton Panel (Buttons for iLogic Rules)
View 2 Replies
View Related
Jun 20, 2011
I cannot debug an addin for Inventor 2012 from Visual Studio 2010 professional on Win7 64.
I started with a new “Autodesk Inventor Addin” project
Set debug “Start external program” to inventor
Added a form and called it from StandardAddInServer.Activate sub
IF I debug from here inventor starts but form does not open. Addin not loaded.
Move *.addin file to Inventor addins
Now when running debug, form opens but breakpoints do not work. VS reports no errors on build.
View 9 Replies
View Related
Jun 3, 2013
Is using nullptr (instead of NULL) valid in an Inventor Addin?
(I'm trying to drag myself into the second decade of the 21st century)
View 2 Replies
View Related
May 27, 2013
What the inventor addin load sequence is. I want first load addin and then load another addin what i create it.
View 1 Replies
View Related
Nov 24, 2012
I can get property through API such as Density,LinearExpansion,YieldStrength...
In inventor 2013 it is added additional fields such as Description,Source etc.
is it posiible to adress to theese fields through API?
View 1 Replies
View Related
Jun 18, 2009
Is it possible to use the DXF Translator Addin to export a sketch?
I've managed to export a sketch using the DataIO mechanism, but I need to be able to export the DXF in an older file version than 2010. Is there any way to specifiy the version to export to using the DataIO mechanism?
View 9 Replies
View Related