2012年10月30日星期二

solidworks how make a macro to turn on a particular layer

solidworks how make a macro to turn on a particular layer

solidworks how make a macro to turn on a particular layer
 
The Fluid Grid layouts are clearly based on Ethan Marcotte's Responsive Web Design (the book and the article that led to the book). This feature allows you to specify three fluid grids: one each for mobile, tablet, and desktop layouts. Each grid can have 2–24 columns; a common gutter width between the columns and you can specify how wide the grid should spread across each screen.
You then add fluid grid layout div elements to construct your page in the mobile layout. (Mobile First) The next step lands squarely in the category of "brilliant"—you can resize the elements in each of the layouts, snap them to the grid, and then easily move individual elements to sit alongside and play nice with each other. This is done in either Design view or Live view, and, best of all all, Dreamweaver automatically calculates the percentage width of elements and margins to four decimal places.
This calculation is based on Ethan's formula of target/context = result. A good example of this would be column width. Let's assume you have a page width of 1232 pixels and you decide each column should be 350 pixels wide. To get the fluid column width you divide 350 (the Target) by 1232 (the Context) = 0.28409091. You would then move the decimal two places to the right for a result of 28.409091. Dreamweaver's Fluid Grid layout calculation will shave off the final two numbers for a result of 28.4090 per cent. This calculation applies to anything that has "hard" numbers attached to it such as font size, margin, padding and so on.
The CSS created by the Fluid Grid Layouts uses percentage widths and floats, so it produces layouts that adapt to any screen size. These styles are constructed on the basis of "mobile first" and even work in browsers that don't understand media queries. For those of you new to Responsive Web Design, this one feature alone is enough to get you into the game.

buy cheap solidworks 2013 only $ 85

  It is not a OEM or tryout version.
  We offer worldwide shippment .
  You can pay by paypal.
Full version  solidworks 2013   at   $85         

2012年10月28日星期日

solidworks macro remove leaders from the balloons

solidworks macro remove leaders from the balloons

solidworks macro remove leaders from the balloons
 
The Fluid Grid layouts are clearly based on Ethan Marcotte's Responsive Web Design (the book and the article that led to the book). This feature allows you to specify three fluid grids: one each for mobile, tablet, and desktop layouts. Each grid can have 2–24 columns; a common gutter width between the columns and you can specify how wide the grid should spread across each screen.
You then add fluid grid layout div elements to construct your page in the mobile layout. (Mobile First) The next step lands squarely in the category of "brilliant"—you can resize the elements in each of the layouts, snap them to the grid, and then easily move individual elements to sit alongside and play nice with each other. This is done in either Design view or Live view, and, best of all all, Dreamweaver automatically calculates the percentage width of elements and margins to four decimal places.
This calculation is based on Ethan's formula of target/context = result. A good example of this would be column width. Let's assume you have a page width of 1232 pixels and you decide each column should be 350 pixels wide. To get the fluid column width you divide 350 (the Target) by 1232 (the Context) = 0.28409091. You would then move the decimal two places to the right for a result of 28.409091. Dreamweaver's Fluid Grid layout calculation will shave off the final two numbers for a result of 28.4090 per cent. This calculation applies to anything that has "hard" numbers attached to it such as font size, margin, padding and so on.
The CSS created by the Fluid Grid Layouts uses percentage widths and floats, so it produces layouts that adapt to any screen size. These styles are constructed on the basis of "mobile first" and even work in browsers that don't understand media queries. For those of you new to Responsive Web Design, this one feature alone is enough to get you into the game.

buy cheap solidworks 2012 only $ 85

  It is not a OEM or tryout version.
  We offer worldwide shippment .
  You can pay by paypal.
Full version  solidworks 2012   at   $85         

2012年10月27日星期六

fix broken references solidworks

fix broken references solidworks

fix broken references solidworks
We are all designers, well some of us are CAD draftsmen, but whoever you are, you will need to keep iterations of your CAD Models. Often you might want to make a change to an assembly whilst still keeping the original copy as a reference. Other people/businesses have a file naming convention and when the project reaches the next stage they need to rename all their parts and assemblies to resemble the next stage of the project. For example, during the concept stage parts are called 'concept#.clientname.partname.sldprt' or something along those lines, and then when a prototype is made the file is called 'prototype#.clientname.partname.sldprt'. Also what if you want to send a client, a supplier, or a colleague a Solidworks assembly in a way that you have absolute confidence that when your associate opens the zip folder everything will work and be linked correctly?
There is a simply solution! Use the 'Pack and Go' feature! If you are familiar with Adobe Indesigns 'package' tool, you will notice it serves the exact same purpose as the 'Pack and Go' feature.
 
Have your assembly open that you want to duplicate or rename and go to 'file' and then 'pack and go'. The above dialog box will come up which lists a few options. You will see a main dialong box that lists all your parts and assemblies and shows the parent/child relationships. If you want export the drawing please ensure you tick the 'include drawings' box and likewise with simulation results. If you want to rename parts or replace certain name file conventions of your files, for example you want to replace 'concept1′ within your file names to 'prototype1′ click on the 'Select/Replace' button. At the bottom you can choose whether you want to save the assembly in a sub folder or as a zip folder for email purposes. And even further below you can add a prefix or suffix to your fole names as well if you want!
 

buy cheap solidworks 2012 only $ 85

  It is not a OEM or tryout version.
  We offer worldwide shippment .
  You can pay by paypal.
Full version  solidworks 2012   at   $85         

2012年10月25日星期四

solidworks reuse the old drawing with the new part

solidworks reuse the old drawing with the new part

solidworks reuse the old drawing with the new part
Models and Drawings generated through DriveWorks Administrator, User or Autopilot can execute a SolidWorks macro after all of the captured parameters have been driven. There are two methods available to allow this:
Run a SolidWorks macro on all models or drawings.
Run a SolidWorks macro on a single model or drawing.
The Macro
The macro must contain a module called DriveWorks, all code within a sub-routine called Main in this module will be executed by DriveWorks.
1. Run a SolidWorks macro on all models or drawings
The macro must be located in a sub-folder of the Group Content folder called Macros. They must have the names as listed below.
There are four types of macro that can be executed:
Model.swp - will be run on all models before any individual macros have been executed
ModelAfterMacro.swp - will be run on all models after any individual macros have been executed
Drawing.swp - will be run on all drawings before any individual macros have been executed
DrawingAfterMacro.swp - will be run on all drawings after any individual macros have been executed
Information on locating the Group Content Folder can be found in General Settings
The Macros that are to be used globally must be stored in a folder called "Macros", for example, if the Group content folder is found at "C:\DriveWorks\My Project\" then the global macros folder should be found at "C:\DriveWorks\My Project\Macros"
2. Run a SolidWorks macro on a single model or drawing
The macro must be located in the same location as the master model or drawing.
The name of the macro must be the same as the master model it is to be run on, as drawings can have the same name as a model a macro to be run on a drawing must have Draw appended to the file name.
For example the SolidWorks documents:
MyAssembly.sldasm will have a macro named MyAssembly.swp
MyPart.sldprt will have a macro named MyPart.swp
MyDrawing.slddrw will have a macro named MyDrawingDraw.swp
Example
This example requires a custom property in the SolidWorks model the macro will be run on called SaveLocation. This custom property can be captured and the model will be saved to the location, with the file name and extension driven into the custom property value.
For example if the custom property SaveLocation results in the value C:\DriveWorks\Images\Project1005.jpg the model will be saved to C:\DriveWorks\Images as a .jpg image file.

buy cheap solidworks 2012 only $ 85

  It is not a OEM or tryout version.
  We offer worldwide shippment .
  You can pay by paypal.
Full version  solidworks 2012   at   $85