Nouveautés du

Forum utilisateurs SOLIDWORKS

L'endroit où les utilisateurs SOLIDWORKS peuvent découvrir 3DEXPERIENCE Works, s'impliquer et partager leurs connaissances sur SOLIDWORKS Desktop, la version connectée au cloud et la version pur cloud.

Connectez-vous avec votre ID 3DEXPERIENCE.

DS SolidWorks Corp is now using Visual Studio 2008 SP1 to build SolidWorks 2011. Microsoft Foundation Class (MFC) extension C++ addins or COM based C++ addins dynamically linked against MFC must be recompiled with the Visual Studio 2008 SP1 C++ compiler. Please contact API Support at apisupport@solidworks.com with any questions. SolidworksApi macros
SOLIDWORKS User Forum
13 années il y a
http://blogs.msdn.com/b/visualstudio/archive/2010/03/01/marshal-releasecomobject-considered-dangerous.aspx SolidworksApi macros
SOLIDWORKS User Forum
13 années il y a
I created a project @ http://solidworks.codeplex.com. The idea behind this is for you to spend less time developing the addin infrastructure and more time developing your addin functionality. Documentation All comments are welcome. SolidworksApi macros
SOLIDWORKS User Forum
13 années il y a
I just saw a demo on KBmax and I am very impressed! One thing that really stood out is that each rule can have embedded VB.NET code driving it, along with referencing any .NET assembly out there.... Pretty intense. SolidworksApi macros
SOLIDWORKS User Forum
13 années il y a
Thank to Deepak Gupta and some more people on this forum, i made a PDF batch export macro. I hope this is usefull for someone. This macro search the selected folder for drawings and export these to PDF in the same folder, with or without prefix (date or something different) Enjoy SolidworksApi macros
SOLIDWORKS User Forum
13 années il y a
Does anyone know of a method in the API that can be used toresize a note?SolidworksApi macros
SOLIDWORKS User Forum
14 années il y a
when we set ModelDoc2::SetAddToDB =false, can we setModelDoc2.SetDisplayWhenAdded = false? if we set like above, what problems can occur? can anybody help?SolidworksApi macros
SOLIDWORKS User Forum
14 années il y a
Hi, programmers. How can I set invisible some components (parts, assemblies) in aview in my drawing ? Thanks in advance SolidworksApi macros
SOLIDWORKS User Forum
14 années il y a
I've got an addin with several PropertyManagerPages and I canget tooltips to properly display on all of my buttons, checkboxes,etc, but if I define 'tabs' on a Page (so that I can have'sub-pages', essentially) tooltips will not work on those tabs. Has anyone run into this before? (Using SW2008/2009/2010Beta API)SolidworksApi macros
SOLIDWORKS User Forum
14 années il y a
To All, The book you have all been waiting for is finally here! The secondin the series of SolidWorks API dedicated books is now available. You may order your copy here (http://www.angelsix.com/products)and will be informed as soon as your copy has been dispatched. For any further information do not hesitate to contact myself.
SOLIDWORKS User Forum
14 années il y a
I want to make a picture broswer in my own applicationsoftware, and fast browse every sldprt/slddrw/sldasm files like thesolidworks explorer( one picture shown in the attachment). by theway, I am using vb.net which way to show? using picture box control in vb.net or otherAPI? any idea welcome! SolidworksApi macros
SOLIDWORKS User Forum
14 années il y a
we are developing an application with code gear C++Builder. and we need to coonect to sw using API. Does any one know some method ???
SOLIDWORKS User Forum
14 années il y a
While in a drawing, using a macro, I would like to pullinformation from two custom properties in the associated part. I would also like to concatenate these two properties into onevariable. I don't have a clue how to do it.... I would really appreciate any help Monty PS I think I have the concatenation figured out: Pizza = "fun" Pizza2 = "and games" pizza3 = Pizza & Pizza2 Thanks SolidworksApi macros
SOLIDWORKS User Forum
14 années il y a
Anyone know what exactly this method is supposed to do? The docs are their usual terse self: "Rotates the component axis by a fixed amount." Gosh thanks. Jim S.SolidworksApi macros
SOLIDWORKS User Forum
14 années il y a
Anyone know any reference documents or information on theexpected return values of the application notification eventhandlers, such as active model doc change. It is expecting an intbut nowhere can I find any documentation on the enumerator it isexpecting for success/failure?SolidworksApi macros
SOLIDWORKS User Forum
14 années il y a
I am wondering if there is a way to setup a Windows scheduledtask that will automatically clear my local PDM cache at a settime. I have been told that it is possible but I am not sure how tocode it or even set it up. ThanksSolidworksApi macros
SOLIDWORKS User Forum
14 années il y a
For BOM classification convenience, I need to get everyweldments parts' library file profile, like ANSI INCH AICHANNEL(STANDARD) ANSI INCH AI I BEAM ANSI INCH AI PIPE ANSI INCH AI CS CHANNEL (SQUARED ENDS) Who has its API example and suggestions, please leave here withelaborations. Thanks first!SolidworksApi macros
SOLIDWORKS User Forum
14 années il y a
Just as the topic says, I want to know how to get mirroredsheet metal part type in assembly. we know, no sheet metal part type attributed by the parts itselfagain after mirrored in an assembly. break the topics: 1. How to get mirrored parts 's original parts's name. 2. How to match features/dimensions with original partsfeatures/dimensions Any comments welcome!
SOLIDWORKS User Forum
14 années il y a
when I installed SolidWorks SDK 2009, running the VisualStudio 2005, in new project dialog, it only see the templateSolidWorks_Micro, not SolidWorks C# Addin , how can I do it?SolidworksApi macros
SOLIDWORKS User Forum
14 années il y a
Is there a way to get a custom properties of a drawingwithout opening it?? I've tried with OpenDoc6("Myfiles.SLDDRW",swDocDRAWING ,swOpenDocOptions_Silent, "", longstatus, longwarnings) ), didn'twork... same with OpenDoc7... Tried OpenDocSilent also... .
SOLIDWORKS User Forum
14 années il y a
Hi, There is possible to autostart a macro when I opening a specifiedpart or assembly? Can I build (or something other way) the macro into the part? The macro has a form, and I'd like the user could change the partbut with the form elements. If the user opens a part and if he have to run the macro manually,he could make changes in the part before he run the macro.
SOLIDWORKS User Forum
14 années il y a
Hi All, we r making some part which having many faces, for some operation i want to select the face by its name(face ) is it possible with api, if yes please tell me the proper code i mnot able to get it. thanks in advance SolidworksApi macros
SOLIDWORKS User Forum
14 années il y a
If I manually do a feature/import data set to iges andbringup options page then uncheck" Perform full entity check and repair errors" the iges translates and i get the results I want Now if I program the translation using Set model = swApp.LoadFile4(fileName, "i", importData, Err) the translation happens with the entity check on where do i set the option for this SolidworksApi macros
SOLIDWORKS User Forum
14 années il y a
Anybody much smarter then me know how to create an installpackage for an addin I developed? The addin deploys and runs insidesolidworks once i "debug" the project. I now need to take all theassociated put them in an install package. I downloaded a fewfreebie installers, but they were not able to register the "GUID"to the registry.
SOLIDWORKS User Forum
14 années il y a