Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bguenther

    Linear Nesting algorithm in vb.net

    MacGyverS2000, Why does that confuse you? How can you expect somebody to know something if he/she has not had much to do with it? My field of work has always been very simple math and programing with solidworks which has a very good support forum. I am not offended at all by what you said but i...
  2. bguenther

    Linear Nesting algorithm in vb.net

    We will have received an order for a certain item and then i will need to order tubing for it. We do not stock any tubing so i try to get as close to the correct amount as possible.(A little extra always). So the user will be asked how many assemblies are on order an then it will put together...
  3. bguenther

    Linear Nesting algorithm in vb.net

    Well i just don`t understand all the symbols that wiki used. I am attempting to write it now just with my own ideas of looping and trying different ways to check all the different possibilities, like you said. I am self taught with almost everything, so i am easily lost. I have made many add-ins...
  4. bguenther

    Linear Nesting algorithm in vb.net

    Thats over my head IRstuff. I know nothing about matlab and almost nothing about c++ cant get anything out of that. But i appreciate the response. Ben Guenther Custom Addins and Macros www.lmsoftworks.ca
  5. bguenther

    Linear Nesting algorithm in vb.net

    The reason i am trying to create my own is because i want to create an addin so that i dont have to create the parts manually. Ben Guenther Custom Addins and Macros www.lmsoftworks.ca
  6. bguenther

    Linear Nesting algorithm in vb.net

    Thanks for the past reply. I am not planning as of now to get into 2D nesting because of its complexity and for sure not 3D (Would not have use for 3D anyway.). I have used a program called Cutmaster2D and it works wonderfully, could not ask for more. It is really fast, if you have a long list...
  7. bguenther

    Linear Nesting algorithm in vb.net

    Hi, I want to create a program that will calculate how much raw material I will need to cut a set of parts. For example: Structural Steel Tubing 2 x 1 x .125 x 288 95.75 36 pcs 41.875 89 pcs 10.5 45 pcs 2.875 720 pcs I want to calculate the best layout so that i get the least amount of...
  8. bguenther

    VB.Net Machine Postion Tracking

    Yes i want to trace machine position and also the path that the machine will be following. Currently I am working with a picturebox and i think i willl be able to get that to work but if anybody has a better idea please share. Ben Guenther Custom Addins and Macros www.lmsoftworks.ca
  9. bguenther

    VB.Net Machine Postion Tracking

    Hi, I am writing a program in VB.Net that controls a Galil controller which controls 3 motors which will eventually become a small plasma machine. I want to have a form with a graph or drawing space that will draw the position as the motors are moving. Just like you see with all plasma...
  10. bguenther

    Installing SW 2009 on Windows 7

    I am very much looking forward to Windows 7 with Solidworks 2010. Our company has put Windows 7 on 2 computers here with Solidworks 2010 just for testing and so far it looks great. Ben Guenther www.lmsoftworks.ca
  11. bguenther

    Get handle of Modeldoc2 without opening.

    Thanks handleman, I did not fully understand how that worked. I had previously looked in the SW help for opening parts but did not understand it right. That works great.
  12. bguenther

    Get handle of Modeldoc2 without opening.

    ok. Let me try and give an example then. varComponents = swAss.GetComponents(False) For i = 0 To swAss.GetComponentCount(False) - 1 Set swComponent = varComponents(i) Set swModelTemp = swComponent.GetModelDoc Next i Now inside that for loop i could loop through the features of...
  13. bguenther

    Get handle of Modeldoc2 without opening.

    Yes i did try them. If i use them then the part opens in its own window. The reason I don't want to open the part in its own window is, it is alot slower because it has to load, update then close the part yet.
  14. bguenther

    Get handle of Modeldoc2 without opening.

    Partname is the file name and the path I want the handle on. And there are no parts open just the assembly. PartName will only be one of the assembly parts, not parts that are not in the open assembly. So if it worked if would like to say: swModelTemp = PartName
  15. bguenther

    Get handle of Modeldoc2 without opening.

    Hi, I am hopeing someone can help me with this. I am looping through an assemblies parts getting some information about each part, which works fine. What i am not able to do is specify which part I want to have the handle on. If the part that I currently have the on is a mirrored part then I...
  16. bguenther

    How to Select Base Flange Sketch

    Ignore my last post. The code that you posted does exactly what I need, thanks alot.
  17. bguenther

    How to Select Base Flange Sketch

    ok lets give this one more try. Forget about lofted bends lets just focus on Base Flange. I want to select the sketch that was used to create the Base Flange. Example: The user makes a sketch and uses the sketch to make a plane. Now the user selects that plane and makes a sketch on it and uses...
  18. bguenther

    How to Select Base Flange Sketch

    I guess that a loft might almost be too complicated then. Maybe I will just put an if statement if it is a loft then it does not work.
  19. bguenther

    How to Select Base Flange Sketch

    How can i make sure that i will always pick the Base Flange sketch ?
  20. bguenther

    How to Select Base Flange Sketch

    But somebody could make a sketch to place a plane on or for reference then that would be sketch 1 and the Base Flange sketch would be number 2.

Part and Inventory Search