About Author: rajeev

Website
http://www.ar-cad.com
Description
I am a Mechanical Engineer turned CAD Enthusiast. More info at http://www.ar-cad.com/about/rajeev.html

Posts by rajeev

  • IN-Motion is a Motion and Dynamic Simulation Addin for Autodesk Inventor. Autodesk has certified IN-Motion as a compatible addin for Inventor 2009 and 2010 versions. In this tutorial, I shall explain in brief What is Dynamic Simulation using a simple example of 2 bodies. gravityText.iam has two parts namely housing (grounded part) and bob (pendulum). We define a Mate constraint...

    Autodesk Inventor Dynamic Simulation Tutorial using IN-Motion

    IN-Motion is a Motion and Dynamic Simulation Addin for Autodesk Inventor. Autodesk has certified IN-Motion as a compatible addin for Inventor 2009 and 2010 versions. In this tutorial, I shall explain in brief What is Dynamic Simulation using a simple example of 2 bodies. gravityText.iam has two parts namely housing (grounded part) and bob (pendulum). We define a Mate constraint...

    Continue Reading...

  • This post is for all Autodesk Inventor Users. How many times have you felt the need to take a screenshot of your Inventor file (assembly, part, drawing etc) and send it across to people who do not have Inventor or even upload the image online. You would have to follow one of the following two options Option A: File >...

    IN-Screenshot Free Addin for Autodesk Inventor

    This post is for all Autodesk Inventor Users. How many times have you felt the need to take a screenshot of your Inventor file (assembly, part, drawing etc) and send it across to people who do not have Inventor or even upload the image online. You would have to follow one of the following two options Option A: File >...

    Continue Reading...

  • We have released IN-Motion for Autodesk Inventor 2010. IN-Motion is an affordable Motion and Dynamic Simulator for Autodesk Inventor. We had launched IN-Motion for 2009 version of Inventor earlier this year. Autodesk has certified IN-Motion to work with Inventor 2009 and 2010. We are also developing for 2011 version and would be available soon after Autodesk launches its product line...

    IN-Motion Released for Autodesk Inventor 2010

    We have released IN-Motion for Autodesk Inventor 2010. IN-Motion is an affordable Motion and Dynamic Simulator for Autodesk Inventor. We had launched IN-Motion for 2009 version of Inventor earlier this year. Autodesk has certified IN-Motion to work with Inventor 2009 and 2010. We are also developing for 2011 version and would be available soon after Autodesk launches its product line...

    Continue Reading...

  • Update: IN-Motion Released and Certified for Autodesk Inventor 2010. Yes !! Finally we made it. After the extensive development of IN-Motion, we have launched it for Autodesk Inventor 2009. View Full Press Release. Download IN-Motion with 30 free trials IN-Motion is an inexpensive Motion and Dynamic Simulation Addin for Autodesk Inventor. It has been certified by Autodesk to work with...

    IN-Motion Launched for Autodesk Inventor 2009

    Update: IN-Motion Released and Certified for Autodesk Inventor 2010. Yes !! Finally we made it. After the extensive development of IN-Motion, we have launched it for Autodesk Inventor 2009. View Full Press Release. Download IN-Motion with 30 free trials IN-Motion is an inexpensive Motion and Dynamic Simulation Addin for Autodesk Inventor. It has been certified by Autodesk to work with...

    Continue Reading...

  • What a great year 2009 was to me. I thoroughly enjoyed the roller-coaster ride. It started off with development of IN-Motion (Motion and Dynamic Simulation Addin for Autodesk Inventor) Shifted from Bangalore to Delhi. Joined Indian Institute of Technology Delhi, New Delhi as a Project Scientist. Got married to my college sweetheart in June. Appeared for MS(Research) interview at IITD...

    Happy New Year 2010 !!!!

    What a great year 2009 was to me. I thoroughly enjoyed the roller-coaster ride. It started off with development of IN-Motion (Motion and Dynamic Simulation Addin for Autodesk Inventor) Shifted from Bangalore to Delhi. Joined Indian Institute of Technology Delhi, New Delhi as a Project Scientist. Got married to my college sweetheart in June. Appeared for MS(Research) interview at IITD...

    Continue Reading...

  • In continuation of my earlier post on ZedGraph example which plots a sinosoidal graph, I have extended it further to: Add a new custom menu item in context menu(which appears on right click on the graph) Export Graph plot data to CSV (coma separated values) file. Which can be opened by spreadsheets such as Microsoft Excel and Open Office calc....

    ZedGraph C# Graph Data Export to CSV Using a Custom Context Menu

    In continuation of my earlier post on ZedGraph example which plots a sinosoidal graph, I have extended it further to: Add a new custom menu item in context menu(which appears on right click on the graph) Export Graph plot data to CSV (coma separated values) file. Which can be opened by spreadsheets such as Microsoft Excel and Open Office calc....

    Continue Reading...

  • Update : Check out ZedGraph C# Graph Data Export to CSV Using a Custom Context Menu , It has code to make a custom context menu item and also export the graph plot data as CSV. Zedgraph is a very good opensource C# graph plotting library. Check out more details at my earlier post on Zedgraph. I have gone a...

    Zedgraph C# Graph Plot Example Application

    Update : Check out ZedGraph C# Graph Data Export to CSV Using a Custom Context Menu , It has code to make a custom context menu item and also export the graph plot data as CSV. Zedgraph is a very good opensource C# graph plotting library. Check out more details at my earlier post on Zedgraph. I have gone a...

    Continue Reading...

  • Update: IN-Motion, a Motion and Dynamic Simulation Addin for Autodesk Inventor has been launched by us. Update: Video tutorials on usage of IN-Motion for Dynamic Simulation of Autodesk Inventor Assemblies. Today, I stumbled upon a website which publishes textbooks, predominantly on CAD. While browsing through it, I figured out that they have a set of free Inventor assemblies, that can...

    Free Autodesk Inventor Assembly Files

    Update: IN-Motion, a Motion and Dynamic Simulation Addin for Autodesk Inventor has been launched by us. Update: Video tutorials on usage of IN-Motion for Dynamic Simulation of Autodesk Inventor Assemblies. Today, I stumbled upon a website which publishes textbooks, predominantly on CAD. While browsing through it, I figured out that they have a set of free Inventor assemblies, that can...

    Continue Reading...

  • How to minimize forms that belong to a particular application, when the parent application (In my case Autodesk Inventor) is minimized ? When you create software or addins, you would want the forms/dialogs to be minimized and not floating around when parent application is minimized. For that we need to deal with hWnd of parent application. “hWnd” stands for Window...

    Minimize forms along with Parent Application or Form in C#

    How to minimize forms that belong to a particular application, when the parent application (In my case Autodesk Inventor) is minimized ? When you create software or addins, you would want the forms/dialogs to be minimized and not floating around when parent application is minimized. For that we need to deal with hWnd of parent application. “hWnd” stands for Window...

    Continue Reading...

  • Update: Check out Zedgraph C# Graph Plot Example Application , I have an example ZedGraph Application (with sourcecode) to draw Line Plot, Bar Graph and Pie Chart. Update 2: Check out ZedGraph C# Graph Data Export to CSV Using a Custom Context Menu , It has code to make a custom context menu item and also export the graph plot...

    Opensource C# Graph Plot Library – ZedGraph

    Update: Check out Zedgraph C# Graph Plot Example Application , I have an example ZedGraph Application (with sourcecode) to draw Line Plot, Bar Graph and Pie Chart. Update 2: Check out ZedGraph C# Graph Data Export to CSV Using a Custom Context Menu , It has code to make a custom context menu item and also export the graph plot...

    Continue Reading...