Şuradaki yenilikler:

SOLIDWORKS Kullanıcı Forumu

SOLIDWORKS kullanıcılarının 3DEXPERIENCE Works: SOLIDWORKS masaüstü, bulut bağlantısı ve saf bulut hakkında keşif, etkileşim ve paylaşım yaptığı yer.

3DEXPERIENCE ID'nizle oturum açmanız yeterli.

Sıralama ölçütü::
I need macro which allows me create drawing from part by oneclick (with 3 views), fully dimensioned. Its possible?SolidworksApi macros
SOLIDWORKS User Forum
14 yıl önce
I'm in the process of upgrading to Vista 64 bit I'm just wondering if there is any problem between SolidWorks Macro(VBA) /Addin (VB6 and NET) and Vista 64 bit Thx, ChrisSolidworksApi macros
SOLIDWORKS User Forum
14 yıl önce
Hello, I'm trying to select faces using SelectByID2 and I need the facecoordinates (or their ID). I tried using face.getBox, but it makestroubles :-/ Any ideas? thnanks.SolidworksApi macros
SOLIDWORKS User Forum
14 yıl önce
I develop MEMS devices. I would like to model them in SW butI need a way to add a conformal coating. For instance, I would liketo add a polysilicon layer over a complex topology formed byvarious depositions and etches. Something similar to building aprinted circuit board.
SOLIDWORKS User Forum
14 yıl önce
I run the macro in sw2009 no problem,but in SW2007sp5.0,theruntime error happend.The error was also in SW2008sp3.1. How Can I to solve the Runtime Error? In SW2007sp5.0. Look at the macro in attach files.SolidworksApi macros
SOLIDWORKS User Forum
14 yıl önce
Hi everyone, The macro in the link below was sent to me today in the SolidWorksnewsletter. I thought it might be useful for some of you so follow the linkbelow and have a look. Cheers, --Stav. http://files.solidworks.com/sw...WX040709_APItip1.html SolidworksApi macros
SOLIDWORKS User Forum
14 yıl önce
I'm trying to correct an issue where the line weights in ourdrawings are wrong. I can't find the enumeration in the API to setthe line weights. I've found the system option, but in 2009 theyswitched from being driven bySystem Options to being driven byDocument Options. And, I can't find the enumeration forthat.
SOLIDWORKS User Forum
14 yıl önce
Alright I need some help on this one. Is there a way to write a Macro/Code to automatically import partsinto an assembly and have the part snap to a mate reference alreadyset up? I wrote a macro to bring the part in but for some reason it doesn'tsnap to the mate reference. Please help.SolidworksApi macros
SOLIDWORKS User Forum
14 yıl önce
Hello all, In my addin I'm trying to determine if the active document has beenmodified with respect to the PdmWorkgroups vault. (Something likethe icons that one sees in PdmWorks) I was going to use the UpdateStamp function, but the returnedvalues are completelly different, even immediatelly after checkingin a document. Have any ideas?SolidworksApi macros
SOLIDWORKS User Forum
14 yıl önce
So, is there anyway to modify the Solidworks built in WeldSymbol creator? We have an older weld symbol standard that we stilluse on our drawings and would like to support it in the automaticcreation of our weld symbols. Problem is, SW calls it outdifferently, and not to the AWS standard we use. Anyone have any tips on how to do this?
SOLIDWORKS User Forum
14 yıl önce
I was wondering if anyone had any sample code to get mestarted with this. I have a mate created. I want to write some codethat will select a mate, this I already have, edit it, clear theselection, then give it two new mating entities. Any help would be greatly appreciated.
SOLIDWORKS User Forum
14 yıl önce
Is it possible to create a CCD(circumscribed circle diameter) onthe front plane of a part by using a macro. A ccd is the largestcircle that can be drawn around the outermost edge of a part whenviewed from the front plane. This is normally done by drawing acircle that is tangent to 3 radii that are tangent.See attachmentfor example. Thank you SolidworksApi macros
SOLIDWORKS User Forum
14 yıl önce
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 yıl önce
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 yıl önce
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 yıl önce
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 yıl önce
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 yıl önce
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 yıl önce
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 yıl önce
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 yıl önce
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 yıl önce
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 yıl önce
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 yıl önce
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 yıl önce