I use logic NP obfuscator and am trying to compile a dll plugin I am wanting to send on the app portathon.
Obviously there is some obfuscating in the acad support files, that I guess mine is bucking with. This is the error message I am getting. I tried to ignore the acad stuff.
Crypto Obfuscator For .Net v2013 R2 Standard (Licensed To: James Boone,Powersoft Engineering), Build:130904
Running from UI - C:Program Files (x86)LogicNP SoftwareCrypto Obfuscator For .Net 2013 R2CryptoObfuscator.exe
Obfuscator Project File= A:\_EPS folderPanSchPro acadinEPSElec.obproj
Output Path= A:\_EPS folderPanSchPro acadinObfuscator
From the picture, there are many files/part but those parts are in seprated folder. Now i want to compile all these files into 1 particular folder.
currently i'm browsing through each part's properties to find the directory of the files. then copy paste each files into the particular folder i want.
SurfaceBody.GetExistingFacets( ToleranceIndex As Double, VertexCount As Long, FacetCount As Long, VertexCoordinates() As Double, NormalVectors() As Double, VertexIndices() As Long )
This works fine in VBA (Inventor 2014). But when I start using the same in VB.NET (VS 2012) all declaration as long shows as integer and fails on compiling. If I change to integer compile passes but fail on executing in Inventor 2014.
pdf drawings are king at our company. When we creat a product, pdfs (and sometimes stp files) are generated and placed in folders organized numerically by part number.
Our challenge is that finding all the current pdfs for an assembly is not automated. Thus, to get all the current drawing pdfs, someone has to open up the top level pdf, read all the part numbers, go get/print the pdfs of the parts, subassemblies, subassembly parts, etc. This is time consuming and error prone and getting worse as the number of parts we always increasing.
I'd like to automate the process. I'm thinking about a program/script that: Extract parts list from pdf of Inventor assembly drawingCopy pdf of individual parts/subassemblies to a directoryMerge all pdf for that assembly into single pdf.
I have a two images in mind and I need to compile them in order to create 1 new better image containing certain aspects of each image presented. Mind you, this if for a tentative tattoo that I'm getting
- From "The Golden.... " I need that center circle only - From the second image I need all of that skull, but in smaller scale, preferably just about the size of the circle from the other image
What I ask to be done is to put that skelly on top of the circle, or something of the sort. Also, if you want to use anything else in the other picture or something from wherever go ahead!
Normally what i did after client approved Final Artwork i have to open one by one by click option + double clik the link image. is there any command or action that i dont know off to compile all the LINK file by one click and save it in one folder?
Upon startup of CorelDraw X4, I get an error message and the debugger opens (macro) and highlights a line of code in the Recent Files macro. I suspect it may be a Windows 7 update since about 15 updates were installed today.
P.S. - resetting workspace by pressing F8 at startup is not an option.
(Ulead Videostudio version 9). I am trying to compile a number of clips of tv into 1 programme, the problem is that some of the clips are not full frame, but half size widescreen etc. Is there a way in video studio to convert all of these clips to full frame etc, so the whole programme looks the same or do I use a different piece of software. Another question, what is the max lengh of dvd output you can use the software before it loses picture quality, some of my recent productions have been poor quality picture wise, even though the input picture quality has been high.
how to get rid of the IE plugin/BHO. This has taken over and am now unable to download dwg files. They just open to a blank screen active x control installed or not.
I have a finished plugin (dll-A), which works well.Now I want to write an extension for it (dll B).The function in the expansion are so special that I do not in want to integrate the finished plugin (dll A).I bind the dll to the plugin (dll-A) into the new dll of the plugin (dll B) and inherit the plugin class (class A) in the plugin class (class B).Is loaded by the netload (dll B).
Autodesk.AutoCAD.Runtime.Exception: eDuplicateKey bei Autodesk.AutoCAD.Runtime.Interop.Check(Int32 returnValue) bei Autodesk.AutoCAD.Runtime.CommandClass.AddCommand(ICommandLineCallable ca, MethodInfo mi) bei Autodesk.AutoCAD.ApplicationServices.AutoCADApplicationHolder.Initialize(Assembly assembly) bei Autodesk.AutoCAD.ApplicationServices.ExtensionLoader.ProcessAssembly(Assembly assembly) Exist in both dll's no duplicate commands!
On debugging looks as if autocad load first dll-A and than load dll-B.
I need to create one Plugin for AutoCAD 2012. I created one plugin for AutoCAD 2007 using .NET 2.0 . I would like to know which is the correct .NET framework I should use for creating a plugin for AutoCAD 2012. For Ex. [.NET 2.0, .NET 3.5, .NET 4.0, .NET 4.5 etc] ?
If possible can I get a link to any autodesk official page detailing about the .NET frameworks ?
I am trying to create one pluggin which can handle inplace edit [refedit]. I can open in place edit window by invoking 'REFEDIT' command from my pluggin. But i need to get the selected document path for in place edit.
So I got the new visual studio 2012 ultimate but cannot find the Autocad plugin template when making new projects even when switching to .NET 4.0..I do have the latest ObjectARX and the API Wizard and the plugin works find on VS 2010 too.
I had IT install our network version of IV 2012. That seemed to install flawlessly. I still have IV 2011 on my machine IV 2011 and will be running it for the time being.
My problem is when I try to get the iProperties I get this error. "Plugin not available or not properly installed. Notify the System Administrator that the installation is incomplete. DTCP"
We tried to repair/reinstall 2011 and then removed it and reinstalled, to no avail. I have not tried 2012 yet, as all our files need to be migrated to 2012.
I'm looking for a way to programmatically check if a dll file is a AutoCAD plug-in, preferably getting the version too.The only thing I can think of is using
System.Reflection.Assembly.ReflectionOnlyLoad()
to load the dll, search thru its references looking for Acad-specific (acdbmgd etc.) get the reference version, compare it to a list....
I am trying to make an universal catcher for all unhandled exceptions (System.Exception) on an AutoCAD plugin. My guess is that a static method is to be hooked on an object, but I haven't figured what that object is for the AutoCAD application. Here is a C# test plugin:
namespace TestPlugin { public class Main : IExtensionApplication {public void Initialize() {throw new System.Exception(); } public void Terminate() { } static void AutoPanelExceptionHandler(object senderUnhandledExceptionEventArgse) {if(e != null) {Autodesk. AutoCAD. ApplicationServices. Application. DocumentManager.MdiActiveDocument.
I downloaded the sketchup import plug-in and used it to import a sketchup model, but the model ended up being a different size, is there a way to fix this?
I have a VBA plugin used in Autocad.This plugin works fine in windows xp and windows 2003 server(64bit) but it fails in Win7(64bit) machine. Error is that the pop up window which is MODAL and which should in front is coming in background in case of Win7(64 bit.).
I'm trying to get my plug-in to successfully load its commands only if certain parameters are met like a prefix in the DWG file name. (I know I would have to use GETSYSTEMVARIABLE("DWGNAME") ) I haven't been able to implement a restriction successfully.
Also, is there a way to load a plug-in only within the scope of a document and not the entire AutoCAD executable?
This way, if the user has open document A and it's not a valid document of use of the plug-in, he won't be able to use the commands, but if he loads document B with a valid format (name prefix), the plug-ing will automatically load for the document B instance only. Is this possible?
I have a 3D Sheet Metal fab and design plugin software that is setup to load automatically when I open arch 2012.
( opening another version will not due ) I need to be able to toggle off when it loads due to the recent installation of a competing product. But dependant on the situation there are times when i will want both to open.
I was told that I should download and install DWG compare plug-in to compare 2 dwg files. I have downloaded the file and installed it (at least I got the "successfully installed" message) but when I open AutoCAD LT 2013 it does not show up on the plug-ins tab and using the dwg compare command returns an "unknown command" response.
I recently added the QR Code plugin from the labs to ACAD 2012.
[URL]
It's pretty cool, and I have added it to one of my title blocks so that contractors can access more resources via their phones if they have questions on site. The code can be updated with a simple command QRED.
The downside of this, of course, is that I have to edit my block for every project. The documentation says that the encoded info is stored as XData. Is there a way to access this data via a field, or pass a variable/attribute through to the plugin to male this a bit easier?
I have created a partial cui file that creates a new tab and a panel in the tab. This works fine.
When I try to create another cui for another plug-in I cannot get the two tabs to merge. I have set the tab Aliases to be the same but they show up as two tabs next to eachother.
I recently installed the SketchUp plugin in the hope that I would be able to easily and effectively transfer SketchUp models into AutoCAD and subsequently into Revit.
However, upon importing the SketchUp model, extra wireframe is added to the flat surfaces from vertex to vertex. This does not affect the CAD model as such as it appears that these lines are necessary for CAD to create the surfaces.
Though when imported into Revit from CAD, these surfaces are unable to be processed and the model becomes incomplete, also failing to identify the windows and doors that had been previously identified as the model had been taken from Revit, through CAD and to SketchUp with no problems and then all the way back again.
What is the next step of importing it back to Revit as I am unsure how to retain its levels (i.e Floor plans).
I created something in Rhino and imported it in Autocad as .3ds file but the geometry is not a solid one but a polyface mesh and I cannot edit it with boolean commands, thus I cannot continue editing it...I found out that there is this plugin Mesh 2 Solid but it is not free and I cannot find a proper crack anywhere..I cannot find any other way to make mesh solid...
I've been saving down cad files and opening in AI for about 6 months now with no problems. Now it won't recognize any CAD files, no matter how I save it down, I 've tried 2010 and 2004.
I am incurring a fatal error while i am running a plugin i have developed in .NET. I am using AutoCAD 2012 and .NET 4.0. Where the fatal error occurs is when i am filtering a list for specific colors and specific linetypes to populate a listbox with. I did a quite a bit of reading and the only thing i have found is ( in debug compiler is giving a little more memory space for said collection and when i run it in outside of debug it is not. ) Now i dont really understand how to fix this issue or can verify that it really is the issue. is there some type of setting i can change inside of autocad for debugging so it doesn't completely shut down?
I recently installed the Building Design Suite. All installations and plugins were labeled as 'Install successful' (I have rechecked all installations for errors).
I am having trouble using the Sketchbook Plugin for AutoCAD. The 'SketchBook Designer' tab and it's content appears and works. When I create a 'New Canvas' the canvas appears on the screen, but the 'Create Canvas' tab does not sequentially appear. All of the settings do not appear and I cannot apply the canvas, hence I do not have any access to the SketchBook features.
We have Adobe Acrobat Pro which has a plugin to allow batch plotting of PDFs from multi-sheet drawings. Works awesome in Autocad 2009 and before. It DOES NOT work with Autocad 2011!
We have drawings with 70 sheets and it's nice to print the entire document to a single PDF in one step. Takes less than one minute in Acad09. Nice!