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
SolidWorks How do I set the bending factor in the sheet metal? Many people in the SolidWorks sheet metal bending when the coefficient to determine inconvenient, in software tutorials related to practical explanation is also difficult to find, in the SolidWorks commonly used in the bending deduction method, ordinary steel plate 90 degrees bend deduction as shown,
SolidWorks the two methods of drawing threads. This experience is to share an article on how to draw threads with SolidWorks.
Method One:
1, first of all, you have to make sure that you have turned on the decorative thread line function. Tools in the menu bar--Options, select the document properties (the second above), select the detail, and then tick the red circle in the diagram, click OK.
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
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
Introduction to alternative syntax in PHP and introduction to alternative syntax in PHP. Introduction to alternative syntax in PHP. Introduction to alternative syntax in PHP today I checked the wordpress code, which contains some rare Alternative php syntax. the copied code
Explanation of alternative JavaScript writing, explanation of alternative javascript writing
JavaScript is a Web scripting language!
JavaScript is used by millions of web pages to improve design, validate forms, detect browsers, create cookies, and more applications.
JavaScript is the most popular scripting language on the Internet.
JavaScript is easy to use! You will love it!
JavaScript is an interpreted s
Introduction to Alternative syntax in PHP, Introduction to PHP alternative syntax
Today looked at the WordPress code, there are some rare php substitution syntax,Copy the Code code as follows:→', ' Thebox '));?>
What does the colon and endif after else mean? Rookie one, have not seen, so on Google a bit, just understand that this is the substitution of PHP syntax,
The colon (:) equivalent to the left c
PHP Return statement alternative usage, Phpreturn statement alternative
Share another function of the PHP return statement, and see a wonderful way to use it in the Bbpress code.
Always think that return can only appear in the function until the bbpress code is seen:
PHPrequire_once('./bb-load.php '// The magic happens here. if $self {ifstrpos($selffalse ) {require( $self Else {require(Bb_path). ' p
Alternative AOP design, alternative aop
Common AOP designs are based on Remoting RealProxy, Emit-based Dynamic proxy, or reflection-based Attribute scan interception. However, we also have an alternative Interception Scheme DynamicObject. As long as we inherit DynamicObject and overload several methods, let's not talk about it. Let's talk about the code.
public
Js Code alternative hijacking login form, js alternative hijacking form
Where is the alternative? In other words, an external js is provided on the page to hijack the login function, and I can modify the js below it (the only one, and it is useless ).
The Code in that js uses jQuery to replace the function login of the web page that is then loaded with its own
SignalR's alternative implementation skills and signalr's alternative skills
A long time ago, I published an article titled "learn three implementation methods of SignalR through three demos". In that article, I described in detail the commonly used SignalR implementation methods in WEB applications, today, we use SignalR to implement other usage, such as communication between B/S and C/S, for example, comm
SignalR's alternative implementation skills and signalr's alternative skills
A long time ago, I published an article titled "learn three implementation methods of SignalR through three demos". In that article, I described in detail the commonly used SignalR implementation methods in WEB applications, today, we use SignalR to implement other usage, such as communication between B/S and C/S, for example, comm
Alternative prompt box, alternative
The prompt box I mentioned here refers to a prompt box that appears at the position of the icon when you move the mouse over the icon to be prompted.
Sorry, what can I say about this?
How can you achieve this?
The initial practice is to use psto create a png Image in the content area of the prompt box and a png Image pointing to the position. Then, use this image as the p
String template: a simpler alternative and a string template alternative
The introduction of the new string Template object makes the string module re-active. The Template object has two methods: substitute () and safe_substitute (). the former is more rigorous. when the key is missing, it will report a KeyError exception, while the latter directly displays the string intact when the key is missing.
>>> F
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.