Showing posts with label change. Show all posts
Showing posts with label change. Show all posts

Friday, December 22, 2017

ilogic Rule To Change Units Of Measure

ilogic Rule To Change Units Of Measure




Issue:
Youve created some of your parts in inches and others in millimeters, but now youd like to convert them all to be the same. Is there a quick way to do this without having to open each file go to the Tools tab > Document Settings button > Unitstab?


Solution:
Heres an ilogic rule that can be run in an assembly or a part file that will set the units of measure. In this rule the length and mass units are being set. Set this up as an external iLogic rule to have it available for use in all of your model files.

You can use these links to learn more about creating iLogic rules:
http://inventortrenches.blogspot.com/2012/01/creating-basic-ilogic-rule-with-event.html
http://autodeskmfg.typepad.com/blog/2012/01/working-with-external-ilogic-rules.html




------- start of ilogic ------
question = MessageBox.Show("Are you sure you want to change the units of measure?", _
"iLogic",MessageBoxButtons.YesNo)

if question = vbno then
Return
Else

            get input from user
                oUnit = InputRadioBox("Select a units of measure type", "Metric", "Imperial", True, "ilogic")
           
            create precision value list
                oPrecisionArray = new string(){0, 1, 2, 3, 4, 5}

                get input from user
                oPrecision = InputListBox("Select the number of decimal places to use for the units of length display.",  _
                oPrecisionArray, 3, "iLogic", "Decimal Places ")
           
            example UnitsTypeEnum Enumerators
                kCentimeterLengthUnits = 11268
                kMillimeterLengthUnits = 11269
                kInchLengthUnits = 11272
               
                kKilogramMassUnits = 11283
                kGramMassUnits = 11284
                kLbMassMassUnits = 11286
               
                                If oUnit = True then
                        set to millimeter
                                oUOM_1 = 11269
                        set to kilogram
                                oUOM_2 = 11283
                        Else
                        set to inch
                                oUOM_1 = 11272
                        set to pounds mass
                                oUOM_2 = 11286                        
                        End if

            Define the open document
                Dim openDoc As Document
                openDoc = ThisDoc.Document
            set length units for the top level assembly
                link download
Read more »

Tuesday, December 19, 2017

i9300 imei change done by octopus

i9300 imei change done by octopus


1.samsung i9300
2.repair new imei
3.root by kingo root
4.unlock just for test


5.Read efs just for test


6.read security just for test

7.imei change with new




all report are tested

any one having this issue can contact me

this is a reference post for my follower


visit link download
Read more »

Sunday, December 17, 2017

How To Remove And Change The Background Of A Photo With Android Device

How To Remove And Change The Background Of A Photo With Android Device


Hello guys! I know Many of you will think that it is impossible to remove or change the background of a photo without using Photoshop, well youre wrong!  now it can also be done with Android too. A lot of apps are released on a daily basis for Android and after testing some of them, I picked up a few of them that can do the job completely without stress.

 Here are the few I selected
  •     Background Eraser.
  •     Background Remover
  •     Background Eraser and Remover
  •     # PhotoLayers?Superimpose,Eraser
  •     TouchRetouch
  •     Picart
  •     Your sense.....not HTC sense lol

Now I am going to explain to you how to use one the above mentioned apps "BACKGROUND ERASER" to remove the background of any image.



Tutorial Using Background Eraser
Using background eraser to remove the background any image in Android is very easy and straightforward.



  • The first thing you must do is to download and install Background Eraser on your smartphone.
  •  After downloading the app, launch it, you will see some options like "How to Use" "Trouble shooting"  "Report a Problem" "Load a photo" etc 
  • Click the Load a photo to pick the image you want from your Gallery.
  • I will advise you crop the focused part of the picture out as possible.
  • Now click done when you are done with cropping.
  • Three options will show up which are Manual, Auto, and eraser, choose the Auto option with zoom in into picture.
  • If during removing you make a mistake you can correct it by just clicking  "revert the change" the eraser can fix that out.
  • Click the done option and put the smooth level to maximum so that you get the smooth background.
  • Now click on the Finish option there, and after a little working you should be done, you have the image with the removed background!

Works like charm! Right?
If you enjoyed this post kindly share it with the share buttons below.



visit link download
Read more »

Friday, December 8, 2017

How To Get Rid Off Old And Change Windows 7 Boot Screen Animation

How To Get Rid Off Old And Change Windows 7 Boot Screen Animation


How To Get Rid-Off Old And Change Windows 7 Boot Screen Animation


Windows 7 Boot Updater is a free portable App that Let on you to change your Windows 7 boot screen animation.


How To Apply:

Run the tool as admin.



Click Select Animation and browse for the folder that contains your boot animation images. If you do not have any get some from here.

Uncheck Text as it doesn�t work at the time of writing this article.
Click Go!. It will take some time and display a message.
Click OK.







visit link download
Read more »