Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Solid Edge and VB

Status
Not open for further replies.

Sannie

Mechanical
Joined
Jun 2, 2003
Messages
11
Location
BE
hi

I'm starting to write some programs in visual basic.
I have downloaded the 'programmers Guide' from the EDS-site
and I wonder if someone has some other websites or documentation for programming Solid Edge.

Any help would be much appreciated.


thx,
Sannie
 
I'm trying to program from Visual Basic into Solid Edge, but most of the things I try from the Programmers Guide (EDS site) are not working. So I'm looking for more easy learning courses or books.
Thx
Sannie
 
The programmer's guide is not particularly uselful, I agree. Do you have VB experience? I have automated Edge from VB and it was mostly a trial and error type of thing. Once you get the syntax down it isn't too bad.
 
Hi Satchmo,
Can you sent me an example of a program for creating a simple rectangle or so?
I have VB experience in Access only. So to create shapes in SE and make a form which allows to change variables in VB is totally new for me....
Thanks already, Sannie
 
I haven't made VB create a part from scratch. You can create a basic shape in Edge, such as a rectangle, and give the variables names in the variable table (length, width, height). You can use VB to change these variables and save the file into a new name. Is this anything like what you are trying to do?
 
My idea is to do anything in the kind of the "hexpro", which is build in SE as example. That the client can give his own variables. I've tried to build up a rectangle out of code in VB, but the connectionpoints don't give the good result, so the shape isn't closed and not allowed to be extruded. That's my problem untill now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top