This article solidworks2013 installation environment is the system WIN7/64 bit operating system, the following is the detailed procedure for installing solidworks2013:
The installation process disconnects the network.
First, use the virtual CD-ROM to open the Sw2013_sp0_x64_multilanguage.iso file or decompression tool to unpack and double-click the Setup.exe icon:
Second, select a stand-alone installation and then press the next step:
Third, because before the install
SolidWorks How to use Scan command?
1, open the SolidWorks software, click the New button
2. Click OK after selecting parts in pop-up window
3, to use the Scan command. Requires at least two elements, one scan profile and one scan path
4. Draw Scan Path
5. Draw the scan contour
6, after the completion of the two elements, click the Scan button
1, the built SolidWorks model, in order to facilitate display, the model color is set to blue, the face will be adjusted to red, as shown in the figure
2, select the Red Side, pop-up dialog box, click the "Face" button, as shown in the picture
3, the red side has been "horizontal face" to the user, as shown in the picture,
4, now to the red face "vertical face", how to operate it? First: Select the red side, righ
After several of the above training, the object model of SolidWorks should have a general understanding of the operating mechanism of the program is also clear. It will become more and more easy to master slowly. The following picture links are the SolidWorks object model. As a reference, it is good to have a function or to control a function without knowing where the API is hidden:
Overall structure: Sit
Data SolidWorks two times development -04-modify data
The last time you have access to the parameters of the feature, today we will modify it:
To modify the previous steps is not less, when we can read some of the features, we can give him a set of values. Of course, sometimes you need to invoke a specific parameter. SolidWorks is OLE and COM, so get used to it.
You need to call function modifydefinition
Today I made an example of updating the file variables. It took a while to get it out. Paste the code.
File before variable change
Create a class library in VS and add the following method
'''
Then create a form. before changing the variable, read the file (written in SolidWorks EPDM secondary development entry (1) and add a button.
The button code is as follows:
Try Finfo. batchUpdateFileVariable ("Project No.", "A395") 'calls the background updat
After the above training, I should have a general understanding of the Object Model of SolidWorks,ProgramThe operating mechanism is also clear. It will become more and more easy to control. The following figure shows the object model of SolidWorks. As a reference, you may not know where the API is hidden when you need a function or want to control a function:
Overall structure: http://gallery.computer.mbl
Visit | Data SolidWorks two times development -03-access feature data
' Coder Arden
' Filename:getchoosed.swp
' Date:2005-03-22
' Used to get ' simple hole infomation DEP Dia
' Finished lucky!!
'------------------------------------------------------------
Option Explicit
Dim Swapp as Sldworks.sldworks
Dim Model as ModelDoc2
Dim Curfeature as feature
Dim Boolstatus as Boolean
Dim Featdata as SimpleHoleFeatureData2 ' declares a simple straight hole ob
Ubuntu Mate 14.10
I like the mate desktop environment, mainly because my machine does not move Gnome 3 or Unity 7. I am also more familiar with this environment. Today I suddenly think of the special effect Compiz of Gnome 2, which has not been used for a long time. This is a very dazzling software that makes your Ubuntu Mate 14.10 desktop cool.
Only one comm
Recently changed a Haier t6-3 notebook computer, so installed ArchLinux x64 with Mate desktop environment, now the installation process is recorded as follows: 1. To create the installation media, you can burn a disc or use a USB stick. If you want to make a USB flash drive, you can use the DD if=archlinux-2014.12.01-dual.iso of=/dev/sdb bs=4m under Linux, Usbwriter can be used under Windows. 2. USB flash drive or CD-ROM boot, first use the "IP link"
The original blog link in my official website, the URL is: http://www.aobosir.com/blog/2017/02/19/SolidWorks-how-to-draw-through-points/
Penetration points are: between two sketches, one of the points in the sketch penetrates a line within another sketch.
First of all, you draw two sketches first.
Then go to one of the sketches in which you want to select the point , and edit the sketch .
Select the point First, then hold down the Ctrl key and s
Visit | Visit SolidWorks Two development -02-two APIs for accessing features
To learn two APIs:
SelectByID2 and GetSelectedObject5. The first of these functions is to select the object by giving the name of the object. The second gets the object by the index that was selected before the program was enabled.
Look at the following program:
Option Explicit
Dim Swapp as Sldworks.sldworks
Dim Model as ModelDoc2
Dim feature as Feature
Dim Boolstatus
SolidWorks learns 1. Basic Knowledge points Summary Datum view main: Look back from the front, top of the baseline: from the top down, the upper view of the baseline side view: Right-to-left, right-looking datum sketch requires a single seal, sketch to be attached to a position
Draw approximate shape
Determining relations, location relationships, positioning dimensions
Callout Sketch Shape dimensions
Shortcut key zoom: Middle key
This article is a problem encountered in the actual development process. I have received help from my colleagues and would like to thank you.
In the secondary development process of SolidWorks, the asynchronous mode is used, and the following code has a problem in use (where the problem may occur, I have watched it)
BOOL CSWFun: GetProfileLength (CComPtr
After the code is changed to the following, it will be normal
BOOL CSWFun::GetProfileLength(CCo
When you open a new part, the first feature you generate is a sketch. A sketch is the basis of a 3D model. A sketch generates an entity after being stretched, rotated, scanned, or loosed, and then modifies the entity. This is the general modeling process of SolidWorks.
To insert a sketch, you must first determine its placement plane. It can be a preset reference plane or a user-painted reference plane. Or a plane on the object.
The three main inform
Many people feel that the creation of the entity is simpler than the surface and the sheet metal, so here are some ways to convert the entity to sheet metal in SolidWorks.
1, here at random to draw a step entity, and create a cut sketch, finished using the conversion sheet Metal command.
2, according to the steps to select the fixed surface and bending line, and then make a cut
3, the width of the inc
SolidWorks How to draw a hinge hole bolt two-dimensional engineering drawing?
1, click on the blank page "new" frame to the right of the drop-down arrow, select "From parts/assembly drawings to make engineering drawings"
2, select "A4" Engineering drawings, click "OK", into the engineering drawing editor
3, you can see the right side "drag the view to the engineering drawing drawings", which "on", "after" and "isometric" t
SolidWorks API Help is still very comprehensive, there are many see simple and effective procedures, all day in the API help bubble, and now the speed of the program is faster. It's like I've been recording macros in Excel all day long to see the code. The following program is in the API help to show all parts of the assembly. I use it for my colleagues, they feel good:). The program uses a simple recursive method to traverse the assembly.
Make all As
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.